#492E03

Color #492E03 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #492E03

Tints of Baker's Chocolate #492E03

Color information

#492E03 (or 0x492E03) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 2E and 03. RGB value is (73,46,3). Sum of RGB (Red+Green+Blue) = 73+46+3=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E03 is #B6D1FC. Grayscale: #313131. Windows color (decimal): -11981309 or 208457. OLE color: 208457.

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

Color convert

RGB73463-
CMYK00.370.960.71
HSL36.86º92.11%14.9%-
HSV(B)36.86º95.89%28.63%-
XYZ3.743.380.54-
YUV49.17101.95145-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=59.84%
G=37.70%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7346300.370.960.7136.8692.1114.9
Hex492E30256047255cf
Octal1115630451401074513417
Binary10010011011101101001011100000100011110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,3); }

 H1.HeaderClassName
 {
   color: #492E03;
 }
 .AnyTagClassName
 {
   color: #492E03;
 }
</style>
background-color css

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

 a { background-color: rgb(73,46,3); }

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

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

 span { border-color: rgb(73,46,3); }

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