#533809

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

Shades of Baker's Chocolate #533809

Tints of Baker's Chocolate #533809

Color information

#533809 (or 0x533809) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 09. RGB value is (83,56,9). Sum of RGB (Red+Green+Blue) = 83+56+9=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #533809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533809 is #ACC7F6. Grayscale: #3A3A3A. Windows color (decimal): -11323383 or 604243. OLE color: 604243.

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

Color convert

RGB83569-
CMYK00.330.890.67
HSL38.11º80.43%18.04%-
HSV(B)38.11º89.16%32.55%-
XYZ5.034.690.9-
YUV58.7299.95145.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 56 (22.27% from 255) = 37.84%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=56.08%
G=37.84%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356900.330.890.6738.1180.4318.04
Hex533890215943265012
Octal12370110411311034612022
Binary10100111110001001010000110110011000011100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533809; }

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

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

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

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

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

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

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

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