#533404

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

Shades of Baker's Chocolate #533404

Tints of Baker's Chocolate #533404

Color information

#533404 (or 0x533404) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 34 and 04. RGB value is (83,52,4). Sum of RGB (Red+Green+Blue) = 83+52+4=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #533404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533404 is #ACCBFB. Grayscale: #383838. Windows color (decimal): -11324412 or 275539. OLE color: 275539.

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

Color convert

RGB83524-
CMYK00.370.950.67
HSL36.46º90.8%17.06%-
HSV(B)36.46º95.18%32.55%-
XYZ4.824.30.69-
YUV55.898.77147.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=59.71%
G=37.41%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8352400.370.950.6736.4690.817.06
Hex533440255F43245b11
Octal1236440451371034413321
Binary1010011110100100010010110111111000011100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533404; }

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

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

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

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

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

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

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

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