#532901

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

Shades of Baker's Chocolate #532901

Tints of Baker's Chocolate #532901

Color information

#532901 (or 0x532901) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 29 and 01. RGB value is (83,41,1). Sum of RGB (Red+Green+Blue) = 83+41+1=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #532901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532901 is #ACD6FE. Grayscale: #313131. Windows color (decimal): -11327231 or 76115. OLE color: 76115.

HSL color Cylindrical-coordinate representation of color #532901: hue angle of 29.27º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #532901 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB83411-
CMYK00.510.990.67
HSL29.27º97.62%16.47%-
HSV(B)29.27º98.8%32.55%-
XYZ4.373.430.46-
YUV49100.91152.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=66.4%
G=32.8%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341100.510.990.6729.2797.6216.47
Hex5329103363431d6210
Octal1235110631431033514220
Binary1010011101001101100111100011100001111101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532901; }

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

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

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

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

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

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

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

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