#533215

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

Shades of Baker's Chocolate #533215

Tints of Baker's Chocolate #533215

Color information

#533215 (or 0x533215) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 32 and 15. RGB value is (83,50,21). Sum of RGB (Red+Green+Blue) = 83+50+21=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533215 is #ACCDEA. Grayscale: #383838. Windows color (decimal): -11324907 or 1389139. OLE color: 1389139.

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

Color convert

RGB835021-
CMYK00.400.750.67
HSL28.06º59.62%20.39%-
HSV(B)28.06º74.7%32.55%-
XYZ4.844.171.26-
YUV56.56107.93146.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=53.90%
G=32.47%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83502100.400.750.6728.0659.6220.39
Hex5332150284B431c3c14
Octal1236225050113103347424
Binary1010011110010101010101000100101110000111110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533215; }

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

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

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

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

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

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

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

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