#492C03

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

Shades of Baker's Chocolate #492C03

Tints of Baker's Chocolate #492C03

Color information

#492C03 (or 0x492C03) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 2C and 03. RGB value is (73,44,3). Sum of RGB (Red+Green+Blue) = 73+44+3=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #492C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C03 is #B6D3FC. Grayscale: #303030. Windows color (decimal): -11981821 or 207945. OLE color: 207945.

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

Color convert

RGB73443-
CMYK00.400.960.71
HSL35.14º92.11%14.9%-
HSV(B)35.14º95.89%28.63%-
XYZ3.663.220.52-
YUV48102.61145.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.83%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=60.83%
G=36.67%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7344300.400.960.7135.1492.1114.9
Hex492C30286047235cf
Octal1115430501401074313417
Binary10010011011001101010001100000100011110001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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