Html Css Color HEX #492806 Baker's Chocolate

📋 copy color: '#492806'

red 73 ◦ green 40 ◦ blue 6

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

Shades of Baker's Chocolate #492806

Tints of Baker's Chocolate #492806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.61%

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

R = 61.34%
G = 33.61%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#492806 (or 0x492806) is known color: Baker's Chocolate. HEX triplet: 49, 28 and 06. RGB value is (73,40,6). Sum of RGB (Red+Green+Blue) = 73+40+6=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #492806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492806 is #B6D7F9. Grayscale: #2E2E2E. Windows color (decimal): -11982842 or 403529. OLE color: 403529.

HSL color Cylindrical-coordinate representation of color #492806: hue angle of 30.45º 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 #492806 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 6 -
CMYK 0 0.45 0.92 0.71
HSL 30.45º 0.85% 0.15% -
HSV(B) 30.45º 0.92% 0.29% -
XYZ 3.54 2.95 0.55 -
YUV 45.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 73 40 6 0 0.45 0.92 0.71 30.45 0.85 0.15
Hex 49 28 6 0 2D 5C 47 1E 55 F
Octal 111 50 6 0 55 134 107 36 125 17
Binary 1001001 101000 110 0 101101 1011100 1000111 11110 1010101 1111

Color Harmonies of #492806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492806

Black with #492806

Text Example


Text Example

White with #492806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492806; }

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

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

background-color css

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

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

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

border-color css

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

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

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