#852D2A

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

Shades of Tall Poppy #852D2A

Tints of Tall Poppy #852D2A

Color information

#852D2A (or 0x852D2A) is unknown color: approx Tall Poppy. HEX triplet: 85, 2D and 2A. RGB value is (133,45,42). Sum of RGB (Red+Green+Blue) = 133+45+42=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D2A is #7AD2D5. Grayscale: #474747. Windows color (decimal): -8049366 or 2764165. OLE color: 2764165.

HSL color Cylindrical-coordinate representation of color #852D2A: hue angle of 1.98º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852D2A is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1334542-
CMYK00.660.680.48
HSL1.98º52%34.31%-
HSV(B)1.98º68.42%52.16%-
XYZ11.037.032.97-
YUV70.97111.65172.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=60.45%
G=20.45%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133454200.660.680.481.985234.31
Hex852D2A042443023422
Octal205555201021046026442
Binary1000010110110110101001000010100010011000010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852D2A; }

 p { color: rgb(133,45,42); }

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

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

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

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

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

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

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