#853333

Color #853333 Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #853333

Tints of Tall Poppy #853333

Color information

#853333 (or 0x853333) is unknown color: approx Tall Poppy. HEX triplet: 85, 33 and 33. RGB value is (133,51,51). Sum of RGB (Red+Green+Blue) = 133+51+51=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853333 is #7ACCCC. Grayscale: #4B4B4B. Windows color (decimal): -8047821 or 3355525. OLE color: 3355525.

HSL color Cylindrical-coordinate representation of color #853333: hue angle of 0º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853333 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1335151-
CMYK00.620.620.48
HSL44.57%36.08%-
HSV(B)61.65%52.16%-
XYZ11.457.593.99-
YUV75.52114.17169-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=56.60%
G=21.70%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133515100.620.620.48044.5736.08
Hex85333303E3E3002d24
Octal2056363076766005544
Binary1000010111001111001101111101111101100000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853333; }

 p { color: rgb(133,51,51); }

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

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

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

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

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

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

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