#822F2E

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

Shades of Tall Poppy #822F2E

Tints of Tall Poppy #822F2E

Color information

#822F2E (or 0x822F2E) is unknown color: approx Tall Poppy. HEX triplet: 82, 2F and 2E. RGB value is (130,47,46). Sum of RGB (Red+Green+Blue) = 130+47+46=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F2E is #7DD0D1. Grayscale: #474747. Windows color (decimal): -8245458 or 3026818. OLE color: 3026818.

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

Color convert

RGB1304746-
CMYK00.640.650.49
HSL0.71º47.73%34.51%-
HSV(B)0.71º64.62%50.98%-
XYZ10.726.983.37-
YUV71.7113.5169.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=58.30%
G=21.08%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130474600.640.650.490.7147.7334.51
Hex822F2E040413113023
Octal202575601001016116043
Binary100000101011111011100100000010000011100011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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