Html Css Color HEX #C48513 Dark Goldenrod

📋 copy color: '#C48513'

red 196 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #C48513

Tints of Dark Goldenrod #C48513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

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

R = 56.32%
G = 38.22%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C48513 (or 0xC48513) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 13. RGB value is (196,133,19). Sum of RGB (Red+Green+Blue) = 196+133+19=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C48513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48513 is #3B7AEC. Grayscale: #8B8B8B. Windows color (decimal): -3898093 or 1279428. OLE color: 1279428.

HSL color Cylindrical-coordinate representation of color #C48513: hue angle of 38.64º 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 #C48513 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 19 -
CMYK 0 0.32 0.90 0.23
HSL 38.64º 0.82% 0.42% -
HSV(B) 38.64º 0.9% 0.77% -
XYZ 31.27 28.56 4.48 -
YUV 138.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 196 133 19 0 0.32 0.90 0.23 38.64 0.82 0.42
Hex C4 85 13 0 20 5A 17 27 52 2A
Octal 304 205 23 0 40 132 27 47 122 52
Binary 11000100 10000101 10011 0 100000 1011010 10111 100111 1010010 101010

Color Harmonies of #C48513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48513

Black with #C48513

Text Example


Text Example

White with #C48513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48513; }

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

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

background-color css

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

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

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

border-color css

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

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

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