#852F2E

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

Shades of Tall Poppy #852F2E

Tints of Tall Poppy #852F2E

Color information

#852F2E (or 0x852F2E) is unknown color: approx Tall Poppy. HEX triplet: 85, 2F and 2E. RGB value is (133,47,46). Sum of RGB (Red+Green+Blue) = 133+47+46=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #852F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F2E is #7AD0D1. Grayscale: #484848. Windows color (decimal): -8048850 or 3026821. OLE color: 3026821.

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

Color convert

RGB1334746-
CMYK00.650.650.48
HSL0.69º48.6%35.1%-
HSV(B)0.69º65.41%52.16%-
XYZ11.187.223.39-
YUV72.6112.99171.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=58.85%
G=20.80%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133474600.650.650.480.6948.635.1
Hex852F2E041413013123
Octal205575601011016016143
Binary100001011011111011100100000110000011100001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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