Html Css Color HEX #C47305 Dark Goldenrod

📋 copy color: '#C47305'

red 196 ◦ green 115 ◦ blue 5

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

Shades of Dark Goldenrod #C47305

Tints of Dark Goldenrod #C47305

RGB

 RED value IS 196 (76.95% from 255) = 62.03%

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

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

R = 62.03%
G = 36.39%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47305 (or 0xC47305) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 05. RGB value is (196,115,5). Sum of RGB (Red+Green+Blue) = 196+115+5=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47305 is #3B8CFA. Grayscale: #7F7F7F. Windows color (decimal): -3902715 or 357316. OLE color: 357316.

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

Color convert

RGB 196 115 5 -
CMYK 0 0.41 0.97 0.23
HSL 34.55º 0.95% 0.39% -
HSV(B) 34.55º 0.97% 0.77% -
XYZ 28.92 24.01 3.25 -
YUV 126.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 196 115 5 0 0.41 0.97 0.23 34.55 0.95 0.39
Hex C4 73 5 0 29 61 17 23 5F 27
Octal 304 163 5 0 51 141 27 43 137 47
Binary 11000100 1110011 101 0 101001 1100001 10111 100011 1011111 100111

Color Harmonies of #C47305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47305

Black with #C47305

Text Example


Text Example

White with #C47305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47305; }

 p { color: rgb(196,115,5); }

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

background-color css

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

 a { background-color: rgb(196,115,5); }

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

border-color css

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

 span { border-color: rgb(196,115,5); }

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