#492901

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

Shades of Baker's Chocolate #492901

Tints of Baker's Chocolate #492901

Color information

#492901 (or 0x492901) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 29 and 01. RGB value is (73,41,1). Sum of RGB (Red+Green+Blue) = 73+41+1=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #492901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492901 is #B6D6FE. Grayscale: #2E2E2E. Windows color (decimal): -11982591 or 76105. OLE color: 76105.

HSL color Cylindrical-coordinate representation of color #492901: hue angle of 33.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #492901 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB73411-
CMYK00.440.990.71
HSL33.33º97.3%14.51%-
HSV(B)33.33º98.63%28.63%-
XYZ3.5530.42-
YUV46.01102.6147.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=63.48%
G=35.65%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7341100.440.990.7133.3397.314.51
Hex4929102C63472161f
Octal1115110541431074114117
Binary1001001101001101011001100011100011110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492901; }

 p { color: rgb(73,41,1); }

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

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

 a { background-color: rgb(73,41,1); }

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

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

 span { border-color: rgb(73,41,1); }

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