Html Css Color HEX #C3730A Dark Goldenrod

📋 copy color: '#C3730A'

red 195 ◦ green 115 ◦ blue 10

#C3730A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C3730A

Tints of Dark Goldenrod #C3730A

RGB

 RED value IS 195 (76.56% from 255) = 60.94%

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 60.94%
G = 35.94%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3730A (or 0xC3730A) is known color: Dark Goldenrod. HEX triplet: C3, 73 and 0A. RGB value is (195,115,10). Sum of RGB (Red+Green+Blue) = 195+115+10=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3730A is #3C8CF5. Grayscale: #7F7F7F. Windows color (decimal): -3968246 or 684995. OLE color: 684995.

HSL color Cylindrical-coordinate representation of color #C3730A: hue angle of 34.05º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3730A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 10 -
CMYK 0 0.41 0.95 0.24
HSL 34.05º 0.9% 0.4% -
HSV(B) 34.05º 0.95% 0.76% -
XYZ 28.69 23.89 3.39 -
YUV 126.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 195 115 10 0 0.41 0.95 0.24 34.05 0.9 0.4
Hex C3 73 A 0 29 5F 18 22 5A 28
Octal 303 163 12 0 51 137 30 42 132 50
Binary 11000011 1110011 1010 0 101001 1011111 11000 100010 1011010 101000

Color Harmonies of #C3730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3730A

Black with #C3730A

Text Example


Text Example

White with #C3730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3730A; }

 p { color: rgb(195,115,10); }

 H1.HeaderClassName
 {
   color: #C3730A;
 }
 .AnyTagClassName
 {
   color: #C3730A;
 }
</style>

background-color css

<style>
 a { background-color: #C3730A; }

 a { background-color: rgb(195,115,10); }

 div.DivClassName
 {
   background-color: #C3730A;
 }
 .BgClassName
 {
   background-color: #C3730A;
 }
</style>

border-color css

<style>
 span { border-color: #C3730A; }

 span { border-color: rgb(195,115,10); }

 td.TdClassName
 {
   border-color: #C3730A;
 }
 .TagClassName
 {
   border-color: #C3730A;
 }
</style>