#492B03

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

Shades of Baker's Chocolate #492B03

Tints of Baker's Chocolate #492B03

Color information

#492B03 (or 0x492B03) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 2B and 03. RGB value is (73,43,3). Sum of RGB (Red+Green+Blue) = 73+43+3=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #492B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B03 is #B6D4FC. Grayscale: #2F2F2F. Windows color (decimal): -11982077 or 207689. OLE color: 207689.

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

Color convert

RGB73433-
CMYK00.410.960.71
HSL34.29º92.11%14.9%-
HSV(B)34.29º95.89%28.63%-
XYZ3.633.150.5-
YUV47.41102.94146.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=61.34%
G=36.13%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7343300.410.960.7134.2992.1114.9
Hex492B30296047225cf
Octal1115330511401074213417
Binary10010011010111101010011100000100011110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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