#532911

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

Shades of Baker's Chocolate #532911

Tints of Baker's Chocolate #532911

Color information

#532911 (or 0x532911) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 29 and 11. RGB value is (83,41,17). Sum of RGB (Red+Green+Blue) = 83+41+17=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532911 is #ACD6EE. Grayscale: #323232. Windows color (decimal): -11327215 or 1124691. OLE color: 1124691.

HSL color Cylindrical-coordinate representation of color #532911: hue angle of 21.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532911 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB834117-
CMYK00.510.800.67
HSL21.82º66%19.61%-
HSV(B)21.82º79.52%32.55%-
XYZ4.463.470.96-
YUV50.82108.91150.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=58.87%
G=29.08%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83411700.510.800.6721.826619.61
Hex5329110335043164214
Octal12351210631201032610224
Binary10100111010011000101100111010000100001110110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532911; }

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

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

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

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

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

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

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

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