#813836

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

Shades of Tall Poppy #813836

Tints of Tall Poppy #813836

Color information

#813836 (or 0x813836) is unknown color: approx Tall Poppy. HEX triplet: 81, 38 and 36. RGB value is (129,56,54). Sum of RGB (Red+Green+Blue) = 129+56+54=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #813836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813836 is #7EC7C9. Grayscale: #4D4D4D. Windows color (decimal): -8308682 or 3553409. OLE color: 3553409.

HSL color Cylindrical-coordinate representation of color #813836: hue angle of 1.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813836 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1295654-
CMYK00.570.580.49
HSL1.6º40.98%35.88%-
HSV(B)1.6º58.14%50.59%-
XYZ11.137.764.4-
YUV77.6114.68164.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=53.97%
G=23.43%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129565400.570.580.491.640.9835.88
Hex8138360393A3122924
Octal2017066071726125144
Binary10000001111000110110011100111101011000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813836; }

 p { color: rgb(129,56,54); }

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

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

 a { background-color: rgb(129,56,54); }

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

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

 span { border-color: rgb(129,56,54); }

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