#532E11

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

Shades of Baker's Chocolate #532E11

Tints of Baker's Chocolate #532E11

Color information

#532E11 (or 0x532E11) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2E and 11. RGB value is (83,46,17). Sum of RGB (Red+Green+Blue) = 83+46+17=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #532E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E11 is #ACD1EE. Grayscale: #353535. Windows color (decimal): -11325935 or 1125971. OLE color: 1125971.

HSL color Cylindrical-coordinate representation of color #532E11: hue angle of 26.36º 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 #532E11 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB834617-
CMYK00.450.800.67
HSL26.36º66%19.61%-
HSV(B)26.36º79.52%32.55%-
XYZ4.653.831.03-
YUV53.76107.26148.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=56.85%
G=31.51%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83461700.450.800.6726.366619.61
Hex532E1102D50431a4214
Octal12356210551201033210224
Binary10100111011101000101011011010000100001111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E11; }

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

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

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

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

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

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

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

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