Html Css Color HEX #C37405 Dark Goldenrod

📋 copy color: '#C37405'

red 195 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #C37405

Tints of Dark Goldenrod #C37405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 61.71%
G = 36.71%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C37405 (or 0xC37405) is known color: Dark Goldenrod. HEX triplet: C3, 74 and 05. RGB value is (195,116,5). Sum of RGB (Red+Green+Blue) = 195+116+5=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C37405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37405 is #3C8BFA. Grayscale: #7F7F7F. Windows color (decimal): -3967995 or 357571. OLE color: 357571.

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

Color convert

RGB 195 116 5 -
CMYK 0 0.41 0.97 0.24
HSL 35.05º 0.95% 0.39% -
HSV(B) 35.05º 0.97% 0.76% -
XYZ 28.78 24.1 3.28 -
YUV 126.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 195 116 5 0 0.41 0.97 0.24 35.05 0.95 0.39
Hex C3 74 5 0 29 61 18 23 5F 27
Octal 303 164 5 0 51 141 30 43 137 47
Binary 11000011 1110100 101 0 101001 1100001 11000 100011 1011111 100111

Color Harmonies of #C37405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37405

Black with #C37405

Text Example


Text Example

White with #C37405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37405; }

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

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

background-color css

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

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

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

border-color css

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

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

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