#533512

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

Shades of Baker's Chocolate #533512

Tints of Baker's Chocolate #533512

Color information

#533512 (or 0x533512) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 12. RGB value is (83,53,18). Sum of RGB (Red+Green+Blue) = 83+53+18=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533512 is #ACCAED. Grayscale: #3A3A3A. Windows color (decimal): -11324142 or 1193299. OLE color: 1193299.

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

Color convert

RGB835318-
CMYK00.360.780.67
HSL32.31º64.36%19.8%-
HSV(B)32.31º78.31%32.55%-
XYZ4.954.431.17-
YUV57.98105.44145.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=53.90%
G=34.42%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83531800.360.780.6732.3164.3619.8
Hex5335120244E43204014
Octal12365220441161034010024
Binary101001111010110010010010010011101000011100000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533512; }

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

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

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

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

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

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

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

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