#852E2C

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

Shades of Tall Poppy #852E2C

Tints of Tall Poppy #852E2C

Color information

#852E2C (or 0x852E2C) is unknown color: approx Tall Poppy. HEX triplet: 85, 2E and 2C. RGB value is (133,46,44). Sum of RGB (Red+Green+Blue) = 133+46+44=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E2C is #7AD1D3. Grayscale: #474747. Windows color (decimal): -8049108 or 2895493. OLE color: 2895493.

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

Color convert

RGB1334644-
CMYK00.650.670.48
HSL1.35º50.28%34.71%-
HSV(B)1.35º66.92%52.16%-
XYZ11.17.123.17-
YUV71.78112.32171.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=59.64%
G=20.63%
B=19.73%

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
Decimal133464400.650.670.481.3550.2834.71
Hex852E2C041433013223
Octal205565401011036016243
Binary100001011011101011000100000110000111100001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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