#813935

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

Shades of Tall Poppy #813935

Tints of Tall Poppy #813935

Color information

#813935 (or 0x813935) is unknown color: approx Tall Poppy. HEX triplet: 81, 39 and 35. RGB value is (129,57,53). Sum of RGB (Red+Green+Blue) = 129+57+53=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #813935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813935 is #7EC6CA. Grayscale: #4E4E4E. Windows color (decimal): -8308427 or 3488129. OLE color: 3488129.

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

Color convert

RGB1295753-
CMYK00.560.590.49
HSL3.16º41.76%35.69%-
HSV(B)3.16º58.91%50.59%-
XYZ11.167.854.3-
YUV78.07113.85164.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=53.97%
G=23.85%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129575300.560.590.493.1641.7635.69
Hex8139350383B3132a24
Octal2017165070736135244
Binary10000001111001110101011100011101111000111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813935; }

 p { color: rgb(129,57,53); }

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

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

 a { background-color: rgb(129,57,53); }

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

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

 span { border-color: rgb(129,57,53); }

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