Html Css Color HEX #492C09 Baker's Chocolate

📋 copy color: '#492C09'

red 73 ◦ green 44 ◦ blue 9

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

Shades of Baker's Chocolate #492C09

Tints of Baker's Chocolate #492C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.14%

R = 57.94%
G = 34.92%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#492C09 (or 0x492C09) is known color: Baker's Chocolate. HEX triplet: 49, 2C and 09. RGB value is (73,44,9). Sum of RGB (Red+Green+Blue) = 73+44+9=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #492C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C09 is #B6D3F6. Grayscale: #303030. Windows color (decimal): -11981815 or 601161. OLE color: 601161.

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

Color convert

RGB 73 44 9 -
CMYK 0 0.40 0.88 0.71
HSL 32.81º 0.78% 0.16% -
HSV(B) 32.81º 0.88% 0.29% -
XYZ 3.7 3.24 0.69 -
YUV 48.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 73 44 9 0 0.40 0.88 0.71 32.81 0.78 0.16
Hex 49 2C 9 0 28 58 47 21 4E 10
Octal 111 54 11 0 50 130 107 41 116 20
Binary 1001001 101100 1001 0 101000 1011000 1000111 100001 1001110 10000

Color Harmonies of #492C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C09

Black with #492C09

Text Example


Text Example

White with #492C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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