Html Css Color HEX #492C08 Baker's Chocolate

📋 copy color: '#492C08'

red 73 ◦ green 44 ◦ blue 8

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

Shades of Baker's Chocolate #492C08

Tints of Baker's Chocolate #492C08

RGB

 RED value IS 73 (28.91% from 255) = 58.4%

 GREEN value IS 44 (17.58% from 255) = 35.2%

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 58.4%
G = 35.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#492C08 (or 0x492C08) is known color: Baker's Chocolate. HEX triplet: 49, 2C and 08. RGB value is (73,44,8). Sum of RGB (Red+Green+Blue) = 73+44+8=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C08 is #B6D3F7. Grayscale: #303030. Windows color (decimal): -11981816 or 535625. OLE color: 535625.

HSL color Cylindrical-coordinate representation of color #492C08: hue angle of 33.23º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #492C08 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 44 8 -
CMYK 0 0.40 0.89 0.71
HSL 33.23º 0.8% 0.16% -
HSV(B) 33.23º 0.89% 0.29% -
XYZ 3.69 3.24 0.66 -
YUV 48.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 73 44 8 0 0.40 0.89 0.71 33.23 0.8 0.16
Hex 49 2C 8 0 28 59 47 21 50 10
Octal 111 54 10 0 50 131 107 41 120 20
Binary 1001001 101100 1000 0 101000 1011001 1000111 100001 1010000 10000

Color Harmonies of #492C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C08

Black with #492C08

Text Example


Text Example

White with #492C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C08; }

 p { color: rgb(73,44,8); }

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

background-color css

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

 a { background-color: rgb(73,44,8); }

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

border-color css

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

 span { border-color: rgb(73,44,8); }

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