#533709

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

Shades of Baker's Chocolate #533709

Tints of Baker's Chocolate #533709

Color information

#533709 (or 0x533709) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 37 and 09. RGB value is (83,55,9). Sum of RGB (Red+Green+Blue) = 83+55+9=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #533709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533709 is #ACC8F6. Grayscale: #3A3A3A. Windows color (decimal): -11323639 or 603987. OLE color: 603987.

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

Color convert

RGB83559-
CMYK00.340.890.67
HSL37.3º80.43%18.04%-
HSV(B)37.3º89.16%32.55%-
XYZ4.984.590.88-
YUV58.13100.28145.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=56.46%
G=37.41%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355900.340.890.6737.380.4318.04
Hex533790225943255012
Octal12367110421311034512022
Binary10100111101111001010001010110011000011100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533709; }

 p { color: rgb(83,55,9); }

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

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

 a { background-color: rgb(83,55,9); }

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

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

 span { border-color: rgb(83,55,9); }

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