#533609

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

Shades of Baker's Chocolate #533609

Tints of Baker's Chocolate #533609

Color information

#533609 (or 0x533609) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 36 and 09. RGB value is (83,54,9). Sum of RGB (Red+Green+Blue) = 83+54+9=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533609 is #ACC9F6. Grayscale: #393939. Windows color (decimal): -11323895 or 603731. OLE color: 603731.

HSL color Cylindrical-coordinate representation of color #533609: hue angle of 36.49º 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 #533609 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83549-
CMYK00.350.890.67
HSL36.49º80.43%18.04%-
HSV(B)36.49º89.16%32.55%-
XYZ4.944.50.87-
YUV57.54100.61146.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 9 (3.91% from 255) = 6.16%
R=56.85%
G=36.99%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8354900.350.890.6736.4980.4318.04
Hex533690235943245012
Octal12366110431311034412022
Binary10100111101101001010001110110011000011100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533609; }

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

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

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

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

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

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

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

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