#533515

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

Shades of Baker's Chocolate #533515

Tints of Baker's Chocolate #533515

Color information

#533515 (or 0x533515) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 15. RGB value is (83,53,21). Sum of RGB (Red+Green+Blue) = 83+53+21=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533515 is #ACCAEA. Grayscale: #3A3A3A. Windows color (decimal): -11324139 or 1389907. OLE color: 1389907.

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

Color convert

RGB835321-
CMYK00.360.750.67
HSL30.97º59.62%20.39%-
HSV(B)30.97º74.7%32.55%-
XYZ4.984.441.3-
YUV58.32106.94145.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=52.87%
G=33.76%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83532100.360.750.6730.9759.6220.39
Hex5335150244B431f3c14
Octal1236525044113103377424
Binary1010011110101101010100100100101110000111111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533515; }

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

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

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

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

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

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

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

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