Html Css Color HEX #C37307 Dark Goldenrod

📋 copy color: '#C37307'

red 195 ◦ green 115 ◦ blue 7

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

Shades of Dark Goldenrod #C37307

Tints of Dark Goldenrod #C37307

RGB

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

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

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

R = 61.51%
G = 36.28%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C37307 (or 0xC37307) is known color: Dark Goldenrod. HEX triplet: C3, 73 and 07. RGB value is (195,115,7). Sum of RGB (Red+Green+Blue) = 195+115+7=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C37307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37307 is #3C8CF8. Grayscale: #7F7F7F. Windows color (decimal): -3968249 or 488387. OLE color: 488387.

HSL color Cylindrical-coordinate representation of color #C37307: hue angle of 34.47º 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 #C37307 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 7 -
CMYK 0 0.41 0.96 0.24
HSL 34.47º 0.93% 0.4% -
HSV(B) 34.47º 0.96% 0.76% -
XYZ 28.67 23.88 3.3 -
YUV 126.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 195 115 7 0 0.41 0.96 0.24 34.47 0.93 0.4
Hex C3 73 7 0 29 60 18 22 5D 28
Octal 303 163 7 0 51 140 30 42 135 50
Binary 11000011 1110011 111 0 101001 1100000 11000 100010 1011101 101000

Color Harmonies of #C37307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37307

Black with #C37307

Text Example


Text Example

White with #C37307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37307; }

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

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

background-color css

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

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

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

border-color css

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

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

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