#492A03

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

Shades of Baker's Chocolate #492A03

Tints of Baker's Chocolate #492A03

Color information

#492A03 (or 0x492A03) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 2A and 03. RGB value is (73,42,3). Sum of RGB (Red+Green+Blue) = 73+42+3=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #492A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A03 is #B6D5FC. Grayscale: #2F2F2F. Windows color (decimal): -11982333 or 207433. OLE color: 207433.

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

Color convert

RGB73423-
CMYK00.420.960.71
HSL33.43º92.11%14.9%-
HSV(B)33.43º95.89%28.63%-
XYZ3.593.080.49-
YUV46.82103.27146.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.86%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=61.86%
G=35.59%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7342300.420.960.7133.4392.1114.9
Hex492A302A6047215cf
Octal1115230521401074113417
Binary10010011010101101010101100000100011110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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