#492D03

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

Shades of Baker's Chocolate #492D03

Tints of Baker's Chocolate #492D03

Color information

#492D03 (or 0x492D03) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 2D and 03. RGB value is (73,45,3). Sum of RGB (Red+Green+Blue) = 73+45+3=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #492D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D03 is #B6D2FC. Grayscale: #303030. Windows color (decimal): -11981565 or 208201. OLE color: 208201.

HSL color Cylindrical-coordinate representation of color #492D03: hue angle of 36º 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 #492D03 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB73453-
CMYK00.380.960.71
HSL36º92.11%14.9%-
HSV(B)36º95.89%28.63%-
XYZ3.73.30.53-
YUV48.58102.28145.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=60.33%
G=37.19%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7345300.380.960.713692.1114.9
Hex492D30266047245cf
Octal1115530461401074413417
Binary10010011011011101001101100000100011110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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