Html Css Color HEX #492D06 Baker's Chocolate

📋 copy color: '#492D06'

red 73 ◦ green 45 ◦ blue 6

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

Shades of Baker's Chocolate #492D06

Tints of Baker's Chocolate #492D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36.29%

 BLUE value IS 6 (2.73% from 255) = 4.84%

R = 58.87%
G = 36.29%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#492D06 (or 0x492D06) is known color: Baker's Chocolate. HEX triplet: 49, 2D and 06. RGB value is (73,45,6). Sum of RGB (Red+Green+Blue) = 73+45+6=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D06 is #B6D2F9. Grayscale: #313131. Windows color (decimal): -11981562 or 404809. OLE color: 404809.

HSL color Cylindrical-coordinate representation of color #492D06: hue angle of 34.93º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #492D06 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 6 -
CMYK 0 0.38 0.92 0.71
HSL 34.93º 0.85% 0.15% -
HSV(B) 34.93º 0.92% 0.29% -
XYZ 3.72 3.31 0.61 -
YUV 48.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 73 45 6 0 0.38 0.92 0.71 34.93 0.85 0.15
Hex 49 2D 6 0 26 5C 47 23 55 F
Octal 111 55 6 0 46 134 107 43 125 17
Binary 1001001 101101 110 0 100110 1011100 1000111 100011 1010101 1111

Color Harmonies of #492D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D06

Black with #492D06

Text Example


Text Example

White with #492D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,45,6); }

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

background-color css

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

 a { background-color: rgb(73,45,6); }

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

border-color css

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

 span { border-color: rgb(73,45,6); }

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