#533A12

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

Shades of Baker's Chocolate #533A12

Tints of Baker's Chocolate #533A12

Color information

#533A12 (or 0x533A12) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 3A and 12. RGB value is (83,58,18). Sum of RGB (Red+Green+Blue) = 83+58+18=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A12 is #ACC5ED. Grayscale: #3D3D3D. Windows color (decimal): -11322862 or 1194579. OLE color: 1194579.

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

Color convert

RGB835818-
CMYK00.300.780.67
HSL36.92º64.36%19.8%-
HSV(B)36.92º78.31%32.55%-
XYZ5.194.911.25-
YUV60.92103.78143.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=52.20%
G=36.48%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83581800.300.780.6736.9264.3619.8
Hex533A1201E4E43254014
Octal12372220361161034510024
Binary10100111110101001001111010011101000011100101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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