#492401

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

Shades of Baker's Chocolate #492401

Tints of Baker's Chocolate #492401

Color information

#492401 (or 0x492401) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 24 and 01. RGB value is (73,36,1). Sum of RGB (Red+Green+Blue) = 73+36+1=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492401 is #B6DBFE. Grayscale: #2B2B2B. Windows color (decimal): -11983871 or 74825. OLE color: 74825.

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

Color convert

RGB73361-
CMYK00.510.990.71
HSL29.17º97.3%14.51%-
HSV(B)29.17º98.63%28.63%-
XYZ3.382.680.37-
YUV43.07104.26149.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.36%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=66.36%
G=32.73%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336100.510.990.7129.1797.314.51
Hex4924103363471d61f
Octal1114410631431073514117
Binary100100110010010110011110001110001111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492401; }

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

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

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

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

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

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

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

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