#852F2C

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

Shades of Tall Poppy #852F2C

Tints of Tall Poppy #852F2C

Color information

#852F2C (or 0x852F2C) is unknown color: approx Tall Poppy. HEX triplet: 85, 2F and 2C. RGB value is (133,47,44). Sum of RGB (Red+Green+Blue) = 133+47+44=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F2C is #7AD0D3. Grayscale: #484848. Windows color (decimal): -8048852 or 2895749. OLE color: 2895749.

HSL color Cylindrical-coordinate representation of color #852F2C: hue angle of 2.02º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852F2C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1334744-
CMYK00.650.670.48
HSL2.02º50.28%34.71%-
HSV(B)2.02º66.92%52.16%-
XYZ11.147.23.19-
YUV72.37111.99171.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.38%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=59.38%
G=20.98%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133474400.650.670.482.0250.2834.71
Hex852F2C041433023223
Octal205575401011036026243
Binary1000010110111110110001000001100001111000010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,47,44); }

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

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

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

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

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

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

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