#533112

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

Shades of Baker's Chocolate #533112

Tints of Baker's Chocolate #533112

Color information

#533112 (or 0x533112) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 31 and 12. RGB value is (83,49,18). Sum of RGB (Red+Green+Blue) = 83+49+18=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533112 is #ACCEED. Grayscale: #373737. Windows color (decimal): -11325166 or 1192275. OLE color: 1192275.

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

Color convert

RGB834918-
CMYK00.410.780.67
HSL28.62º64.36%19.8%-
HSV(B)28.62º78.31%32.55%-
XYZ4.774.081.11-
YUV55.63106.76147.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 18 (7.42% from 255) = 12%
R=55.33%
G=32.67%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83491800.410.780.6728.6264.3619.8
Hex5331120294E431d4014
Octal12361220511161033510024
Binary10100111100011001001010011001110100001111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533112; }

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

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

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

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

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

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

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

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