Html Css Color HEX #C37B04 Dark Goldenrod

📋 copy color: '#C37B04'

red 195 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #C37B04

Tints of Dark Goldenrod #C37B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.2%

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

R = 60.56%
G = 38.2%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37B04 (or 0xC37B04) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 04. RGB value is (195,123,4). Sum of RGB (Red+Green+Blue) = 195+123+4=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B04 is #3C84FB. Grayscale: #838383. Windows color (decimal): -3966204 or 293827. OLE color: 293827.

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

Color convert

RGB 195 123 4 -
CMYK 0 0.37 0.98 0.24
HSL 37.38º 0.96% 0.39% -
HSV(B) 37.38º 0.98% 0.76% -
XYZ 29.61 25.78 3.53 -
YUV 130.96 56.35 173.68 -
System Red Green Blue C M Y K H S L
Decimal 195 123 4 0 0.37 0.98 0.24 37.38 0.96 0.39
Hex C3 7B 4 0 25 62 18 25 60 27
Octal 303 173 4 0 45 142 30 45 140 47
Binary 11000011 1111011 100 0 100101 1100010 11000 100101 1100000 100111

Color Harmonies of #C37B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B04

Black with #C37B04

Text Example


Text Example

White with #C37B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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