#533309

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

Shades of Baker's Chocolate #533309

Tints of Baker's Chocolate #533309

Color information

#533309 (or 0x533309) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 09. RGB value is (83,51,9). Sum of RGB (Red+Green+Blue) = 83+51+9=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #533309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533309 is #ACCCF6. Grayscale: #373737. Windows color (decimal): -11324663 or 602963. OLE color: 602963.

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

Color convert

RGB83519-
CMYK00.390.890.67
HSL34.05º80.43%18.04%-
HSV(B)34.05º89.16%32.55%-
XYZ4.84.230.82-
YUV55.78101.6147.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=58.04%
G=35.66%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351900.390.890.6734.0580.4318.04
Hex533390275943225012
Octal12363110471311034212022
Binary10100111100111001010011110110011000011100010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533309; }

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

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

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

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

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

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

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

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