Html Css Color HEX #C37207 Dark Goldenrod

📋 copy color: '#C37207'

red 195 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #C37207

Tints of Dark Goldenrod #C37207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 61.71%
G = 36.08%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C37207 (or 0xC37207) is known color: Dark Goldenrod. HEX triplet: C3, 72 and 07. RGB value is (195,114,7). Sum of RGB (Red+Green+Blue) = 195+114+7=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C37207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37207 is #3C8DF8. Grayscale: #7E7E7E. Windows color (decimal): -3968505 or 488131. OLE color: 488131.

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

Color convert

RGB 195 114 7 -
CMYK 0 0.42 0.96 0.24
HSL 34.15º 0.93% 0.4% -
HSV(B) 34.15º 0.96% 0.76% -
XYZ 28.56 23.65 3.26 -
YUV 126.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 195 114 7 0 0.42 0.96 0.24 34.15 0.93 0.4
Hex C3 72 7 0 2A 60 18 22 5D 28
Octal 303 162 7 0 52 140 30 42 135 50
Binary 11000011 1110010 111 0 101010 1100000 11000 100010 1011101 101000

Color Harmonies of #C37207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37207

Black with #C37207

Text Example


Text Example

White with #C37207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37207; }

 p { color: rgb(195,114,7); }

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

background-color css

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

 a { background-color: rgb(195,114,7); }

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

border-color css

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

 span { border-color: rgb(195,114,7); }

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