#853935

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

Shades of Tall Poppy #853935

Tints of Tall Poppy #853935

Color information

#853935 (or 0x853935) is unknown color: approx Tall Poppy. HEX triplet: 85, 39 and 35. RGB value is (133,57,53). Sum of RGB (Red+Green+Blue) = 133+57+53=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #853935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853935 is #7AC6CA. Grayscale: #4F4F4F. Windows color (decimal): -8046283 or 3488133. OLE color: 3488133.

HSL color Cylindrical-coordinate representation of color #853935: hue angle of 3º 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 #853935 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1335753-
CMYK00.570.600.48
HSL43.01%36.47%-
HSV(B)60.15%52.16%-
XYZ11.788.174.32-
YUV79.27113.18166.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=54.73%
G=23.46%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133575300.570.600.48343.0136.47
Hex8539350393C3032b24
Octal2057165071746035344
Binary10000101111001110101011100111110011000011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853935; }

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

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

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

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

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

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

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

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