#533505

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

Shades of Baker's Chocolate #533505

Tints of Baker's Chocolate #533505

Color information

#533505 (or 0x533505) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 05. RGB value is (83,53,5). Sum of RGB (Red+Green+Blue) = 83+53+5=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533505 is #ACCAFA. Grayscale: #383838. Windows color (decimal): -11324155 or 341331. OLE color: 341331.

HSL color Cylindrical-coordinate representation of color #533505: hue angle of 36.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #533505 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83535-
CMYK00.360.940.67
HSL36.92º88.64%17.25%-
HSV(B)36.92º93.98%32.55%-
XYZ4.874.40.74-
YUV56.598.94146.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=58.87%
G=37.59%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353500.360.940.6736.9288.6417.25
Hex533550245E43255911
Octal1236550441361034513121
Binary1010011110101101010010010111101000011100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533505; }

 p { color: rgb(83,53,5); }

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

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

 a { background-color: rgb(83,53,5); }

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

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

 span { border-color: rgb(83,53,5); }

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