#533315

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

Shades of Baker's Chocolate #533315

Tints of Baker's Chocolate #533315

Color information

#533315 (or 0x533315) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 15. RGB value is (83,51,21). Sum of RGB (Red+Green+Blue) = 83+51+21=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533315 is #ACCCEA. Grayscale: #393939. Windows color (decimal): -11324651 or 1389395. OLE color: 1389395.

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

Color convert

RGB835121-
CMYK00.390.750.67
HSL29.03º59.62%20.39%-
HSV(B)29.03º74.7%32.55%-
XYZ4.894.261.27-
YUV57.15107.6146.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=53.55%
G=32.90%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83512100.390.750.6729.0359.6220.39
Hex5333150274B431d3c14
Octal1236325047113103357424
Binary1010011110011101010100111100101110000111110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533315; }

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

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

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

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

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

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

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

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