#533901

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

Shades of Baker's Chocolate #533901

Tints of Baker's Chocolate #533901

Color information

#533901 (or 0x533901) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 39 and 01. RGB value is (83,57,1). Sum of RGB (Red+Green+Blue) = 83+57+1=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533901 is #ACC6FE. Grayscale: #3A3A3A. Windows color (decimal): -11323135 or 80211. OLE color: 80211.

HSL color Cylindrical-coordinate representation of color #533901: hue angle of 40.98º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #533901 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB83571-
CMYK00.310.990.67
HSL40.98º97.62%16.47%-
HSV(B)40.98º98.8%32.55%-
XYZ5.044.770.68-
YUV58.3995.61145.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=58.87%
G=40.43%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8357100.310.990.6740.9897.6216.47
Hex5339101F6343296210
Octal1237110371431035114220
Binary1010011111001101111111000111000011101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533901; }

 p { color: rgb(83,57,1); }

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

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

 a { background-color: rgb(83,57,1); }

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

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

 span { border-color: rgb(83,57,1); }

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