#853934

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

Shades of Tall Poppy #853934

Tints of Tall Poppy #853934

Color information

#853934 (or 0x853934) is unknown color: approx Tall Poppy. HEX triplet: 85, 39 and 34. RGB value is (133,57,52). Sum of RGB (Red+Green+Blue) = 133+57+52=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853934 is #7AC6CB. Grayscale: #4F4F4F. Windows color (decimal): -8046284 or 3422597. OLE color: 3422597.

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

Color convert

RGB1335752-
CMYK00.570.610.48
HSL3.7º43.78%36.27%-
HSV(B)3.7º60.9%52.16%-
XYZ11.768.164.2-
YUV79.15112.68166.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=54.96%
G=23.55%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133575200.570.610.483.743.7836.27
Hex8539340393D3042c24
Octal2057164071756045444
Binary100001011110011101000111001111101110000100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853934; }

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

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

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

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

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

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

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

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