#533412

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

Shades of Baker's Chocolate #533412

Tints of Baker's Chocolate #533412

Color information

#533412 (or 0x533412) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 34 and 12. RGB value is (83,52,18). Sum of RGB (Red+Green+Blue) = 83+52+18=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533412 is #ACCBED. Grayscale: #393939. Windows color (decimal): -11324398 or 1193043. OLE color: 1193043.

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

Color convert

RGB835218-
CMYK00.370.780.67
HSL31.38º64.36%19.8%-
HSV(B)31.38º78.31%32.55%-
XYZ4.94.341.15-
YUV57.39105.77146.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=54.25%
G=33.99%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83521800.370.780.6731.3864.3619.8
Hex5334120254E431f4014
Octal12364220451161033710024
Binary10100111101001001001001011001110100001111111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533412; }

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

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

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

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

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

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

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

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