#853434

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

Shades of Tall Poppy #853434

Tints of Tall Poppy #853434

Color information

#853434 (or 0x853434) is unknown color: approx Tall Poppy. HEX triplet: 85, 34 and 34. RGB value is (133,52,52). Sum of RGB (Red+Green+Blue) = 133+52+52=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853434 is #7ACBCB. Grayscale: #4C4C4C. Windows color (decimal): -8047564 or 3421317. OLE color: 3421317.

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

Color convert

RGB1335252-
CMYK00.610.610.48
HSL43.78%36.27%-
HSV(B)60.9%52.16%-
XYZ11.527.694.13-
YUV76.22114.34168.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=56.12%
G=21.94%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133525200.610.610.48043.7836.27
Hex85343403D3D3002c24
Octal2056464075756005444
Binary1000010111010011010001111011111011100000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853434; }

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

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

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

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

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

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

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

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