#533813

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

Shades of Baker's Chocolate #533813

Tints of Baker's Chocolate #533813

Color information

#533813 (or 0x533813) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 13. RGB value is (83,56,19). Sum of RGB (Red+Green+Blue) = 83+56+19=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533813 is #ACC7EC. Grayscale: #3C3C3C. Windows color (decimal): -11323373 or 1259603. OLE color: 1259603.

HSL color Cylindrical-coordinate representation of color #533813: hue angle of 34.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #533813 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB835619-
CMYK00.330.770.67
HSL34.69º62.75%20%-
HSV(B)34.69º77.11%32.55%-
XYZ5.14.711.26-
YUV59.86104.95144.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=52.53%
G=35.44%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83561900.330.770.6734.6962.7520
Hex5338130214D43233f14
Octal1237023041115103437724
Binary10100111110001001101000011001101100001110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533813; }

 p { color: rgb(83,56,19); }

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

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

 a { background-color: rgb(83,56,19); }

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

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

 span { border-color: rgb(83,56,19); }

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