#533B12

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

Shades of Baker's Chocolate #533B12

Tints of Baker's Chocolate #533B12

Color information

#533B12 (or 0x533B12) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 3B and 12. RGB value is (83,59,18). Sum of RGB (Red+Green+Blue) = 83+59+18=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B12 is #ACC4ED. Grayscale: #3D3D3D. Windows color (decimal): -11322606 or 1194835. OLE color: 1194835.

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

Color convert

RGB835918-
CMYK00.290.780.67
HSL37.85º64.36%19.8%-
HSV(B)37.85º78.31%32.55%-
XYZ5.245.011.26-
YUV61.5103.45143.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=51.88%
G=36.88%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83591800.290.780.6737.8564.3619.8
Hex533B1201D4E43264014
Octal12373220351161034610024
Binary10100111110111001001110110011101000011100110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533B12; }

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

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

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

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

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

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

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

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