Html Css Color HEX #C48213 Dark Goldenrod

📋 copy color: '#C48213'

red 196 ◦ green 130 ◦ blue 19

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

Shades of Dark Goldenrod #C48213

Tints of Dark Goldenrod #C48213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 56.81%
G = 37.68%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C48213 (or 0xC48213) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 13. RGB value is (196,130,19). Sum of RGB (Red+Green+Blue) = 196+130+19=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C48213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48213 is #3B7DEC. Grayscale: #898989. Windows color (decimal): -3898861 or 1278660. OLE color: 1278660.

HSL color Cylindrical-coordinate representation of color #C48213: hue angle of 37.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C48213 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 19 -
CMYK 0 0.34 0.90 0.23
HSL 37.63º 0.82% 0.42% -
HSV(B) 37.63º 0.9% 0.77% -
XYZ 30.87 27.75 4.35 -
YUV 137.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 196 130 19 0 0.34 0.90 0.23 37.63 0.82 0.42
Hex C4 82 13 0 22 5A 17 26 52 2A
Octal 304 202 23 0 42 132 27 46 122 52
Binary 11000100 10000010 10011 0 100010 1011010 10111 100110 1010010 101010

Color Harmonies of #C48213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48213

Black with #C48213

Text Example


Text Example

White with #C48213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48213; }

 p { color: rgb(196,130,19); }

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

background-color css

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

 a { background-color: rgb(196,130,19); }

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

border-color css

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

 span { border-color: rgb(196,130,19); }

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