#853734

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

Shades of Tall Poppy #853734

Tints of Tall Poppy #853734

Color information

#853734 (or 0x853734) is unknown color: approx Tall Poppy. HEX triplet: 85, 37 and 34. RGB value is (133,55,52). Sum of RGB (Red+Green+Blue) = 133+55+52=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853734 is #7AC8CB. Grayscale: #4E4E4E. Windows color (decimal): -8046796 or 3422085. OLE color: 3422085.

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

Color convert

RGB1335552-
CMYK00.590.610.48
HSL2.22º43.78%36.27%-
HSV(B)2.22º60.9%52.16%-
XYZ11.667.974.17-
YUV77.98113.34167.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=55.42%
G=22.92%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133555200.590.610.482.2243.7836.27
Hex85373403B3D3022c24
Octal2056764073756025444
Binary10000101110111110100011101111110111000010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853734; }

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

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

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

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

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

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

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

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