#533211

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

Shades of Baker's Chocolate #533211

Tints of Baker's Chocolate #533211

Color information

#533211 (or 0x533211) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 32 and 11. RGB value is (83,50,17). Sum of RGB (Red+Green+Blue) = 83+50+17=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533211 is #ACCDEE. Grayscale: #383838. Windows color (decimal): -11324911 or 1126995. OLE color: 1126995.

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

Color convert

RGB835017-
CMYK00.400.800.67
HSL30º66%19.61%-
HSV(B)30º79.52%32.55%-
XYZ4.814.161.08-
YUV56.1105.93147.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=55.33%
G=33.33%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83501700.400.800.67306619.61
Hex53321102850431e4214
Octal12362210501201033610224
Binary10100111100101000101010001010000100001111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533211; }

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

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

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

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

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

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

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

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