#533815

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

Shades of Baker's Chocolate #533815

Tints of Baker's Chocolate #533815

Color information

#533815 (or 0x533815) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 15. RGB value is (83,56,21). Sum of RGB (Red+Green+Blue) = 83+56+21=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533815 is #ACC7EA. Grayscale: #3C3C3C. Windows color (decimal): -11323371 or 1390675. OLE color: 1390675.

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

Color convert

RGB835621-
CMYK00.330.750.67
HSL33.87º59.62%20.39%-
HSV(B)33.87º74.7%32.55%-
XYZ5.124.721.35-
YUV60.08105.95144.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=51.88%
G=35%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83562100.330.750.6733.8759.6220.39
Hex5338150214B43223c14
Octal1237025041113103427424
Binary10100111110001010101000011001011100001110001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533815; }

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

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

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

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

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

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

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

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