#492603

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

Shades of Baker's Chocolate #492603

Tints of Baker's Chocolate #492603

Color information

#492603 (or 0x492603) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 26 and 03. RGB value is (73,38,3). Sum of RGB (Red+Green+Blue) = 73+38+3=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492603 is #B6D9FC. Grayscale: #2C2C2C. Windows color (decimal): -11983357 or 206409. OLE color: 206409.

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

Color convert

RGB73383-
CMYK00.480.960.71
HSL30º92.11%14.9%-
HSV(B)30º95.89%28.63%-
XYZ3.462.810.45-
YUV44.47104.6148.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=64.04%
G=33.33%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7338300.480.960.713092.1114.9
Hex4926303060471e5cf
Octal1114630601401073613417
Binary1001001100110110110000110000010001111111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492603; }

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

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

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

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

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

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

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

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