Html Css Color HEX #C48419 Dark Goldenrod

📋 copy color: '#C48419'

red 196 ◦ green 132 ◦ blue 25

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

Shades of Dark Goldenrod #C48419

Tints of Dark Goldenrod #C48419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 55.52%
G = 37.39%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C48419 (or 0xC48419) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 19. RGB value is (196,132,25). Sum of RGB (Red+Green+Blue) = 196+132+25=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C48419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48419 is #3B7BE6. Grayscale: #8B8B8B. Windows color (decimal): -3898343 or 1672388. OLE color: 1672388.

HSL color Cylindrical-coordinate representation of color #C48419: hue angle of 37.54º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C48419 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 25 -
CMYK 0 0.33 0.87 0.23
HSL 37.54º 0.77% 0.43% -
HSV(B) 37.54º 0.87% 0.77% -
XYZ 31.19 28.31 4.74 -
YUV 138.94 63.7 168.7 -
System Red Green Blue C M Y K H S L
Decimal 196 132 25 0 0.33 0.87 0.23 37.54 0.77 0.43
Hex C4 84 19 0 21 57 17 26 4D 2B
Octal 304 204 31 0 41 127 27 46 115 53
Binary 11000100 10000100 11001 0 100001 1010111 10111 100110 1001101 101011

Color Harmonies of #C48419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48419

Black with #C48419

Text Example


Text Example

White with #C48419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48419; }

 p { color: rgb(196,132,25); }

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

background-color css

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

 a { background-color: rgb(196,132,25); }

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

border-color css

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

 span { border-color: rgb(196,132,25); }

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