Html Css Color HEX #C37404 Dark Goldenrod

📋 copy color: '#C37404'

red 195 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #C37404

Tints of Dark Goldenrod #C37404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 61.9%
G = 36.83%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37404 (or 0xC37404) is known color: Dark Goldenrod. HEX triplet: C3, 74 and 04. RGB value is (195,116,4). Sum of RGB (Red+Green+Blue) = 195+116+4=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C37404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37404 is #3C8BFB. Grayscale: #7F7F7F. Windows color (decimal): -3967996 or 292035. OLE color: 292035.

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

Color convert

RGB 195 116 4 -
CMYK 0 0.41 0.98 0.24
HSL 35.18º 0.96% 0.39% -
HSV(B) 35.18º 0.98% 0.76% -
XYZ 28.77 24.1 3.25 -
YUV 126.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 195 116 4 0 0.41 0.98 0.24 35.18 0.96 0.39
Hex C3 74 4 0 29 62 18 23 60 27
Octal 303 164 4 0 51 142 30 43 140 47
Binary 11000011 1110100 100 0 101001 1100010 11000 100011 1100000 100111

Color Harmonies of #C37404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37404

Black with #C37404

Text Example


Text Example

White with #C37404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37404; }

 p { color: rgb(195,116,4); }

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

background-color css

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

 a { background-color: rgb(195,116,4); }

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

border-color css

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

 span { border-color: rgb(195,116,4); }

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