#853735

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

Shades of Tall Poppy #853735

Tints of Tall Poppy #853735

Color information

#853735 (or 0x853735) is unknown color: approx Tall Poppy. HEX triplet: 85, 37 and 35. RGB value is (133,55,53). Sum of RGB (Red+Green+Blue) = 133+55+53=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853735 is #7AC8CA. Grayscale: #4E4E4E. Windows color (decimal): -8046795 or 3487621. OLE color: 3487621.

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

Color convert

RGB1335553-
CMYK00.590.600.48
HSL1.5º43.01%36.47%-
HSV(B)1.5º60.15%52.16%-
XYZ11.687.984.29-
YUV78.09113.84167.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=55.19%
G=22.82%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133555300.590.600.481.543.0136.47
Hex85373503B3C3022b24
Octal2056765073746025344
Binary10000101110111110101011101111110011000010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853735; }

 p { color: rgb(133,55,53); }

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

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

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

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

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

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

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