#533212

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

Shades of Baker's Chocolate #533212

Tints of Baker's Chocolate #533212

Color information

#533212 (or 0x533212) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 32 and 12. RGB value is (83,50,18). Sum of RGB (Red+Green+Blue) = 83+50+18=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #533212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533212 is #ACCDED. Grayscale: #383838. Windows color (decimal): -11324910 or 1192531. OLE color: 1192531.

HSL color Cylindrical-coordinate representation of color #533212: hue angle of 29.54º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533212 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB835018-
CMYK00.400.780.67
HSL29.54º64.36%19.8%-
HSV(B)29.54º78.31%32.55%-
XYZ4.824.161.12-
YUV56.22106.43147.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=54.97%
G=33.11%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83501800.400.780.6729.5464.3619.8
Hex5332120284E431e4014
Octal12362220501161033610024
Binary10100111100101001001010001001110100001111110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533212; }

 p { color: rgb(83,50,18); }

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

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

 a { background-color: rgb(83,50,18); }

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

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

 span { border-color: rgb(83,50,18); }

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