#533A0C

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

Shades of Baker's Chocolate #533A0C

Tints of Baker's Chocolate #533A0C

Color information

#533A0C (or 0x533A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 3A and 0C. RGB value is (83,58,12). Sum of RGB (Red+Green+Blue) = 83+58+12=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A0C is #ACC5F3. Grayscale: #3C3C3C. Windows color (decimal): -11322868 or 801363. OLE color: 801363.

HSL color Cylindrical-coordinate representation of color #533A0C: hue angle of 38.87º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #533A0C is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB835812-
CMYK00.300.860.67
HSL38.87º74.74%18.63%-
HSV(B)38.87º85.54%32.55%-
XYZ5.154.891.02-
YUV60.23100.78144.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=54.25%
G=37.91%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83581200.300.860.6738.8774.7418.63
Hex533AC01E5643274b13
Octal12372140361261034711323
Binary1010011111010110001111010101101000011100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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