#533312

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

Shades of Baker's Chocolate #533312

Tints of Baker's Chocolate #533312

Color information

#533312 (or 0x533312) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 12. RGB value is (83,51,18). Sum of RGB (Red+Green+Blue) = 83+51+18=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #533312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533312 is #ACCCED. Grayscale: #383838. Windows color (decimal): -11324654 or 1192787. OLE color: 1192787.

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

Color convert

RGB835118-
CMYK00.390.780.67
HSL30.46º64.36%19.8%-
HSV(B)30.46º78.31%32.55%-
XYZ4.864.251.14-
YUV56.81106.1146.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=54.61%
G=33.55%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83511800.390.780.6730.4664.3619.8
Hex5333120274E431e4014
Octal12363220471161033610024
Binary10100111100111001001001111001110100001111110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533312; }

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

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

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

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

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

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

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

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