#813B37

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

Shades of Tall Poppy #813B37

Tints of Tall Poppy #813B37

Color information

#813B37 (or 0x813B37) is unknown color: approx Tall Poppy. HEX triplet: 81, 3B and 37. RGB value is (129,59,55). Sum of RGB (Red+Green+Blue) = 129+59+55=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #813B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B37 is #7EC4C8. Grayscale: #4F4F4F. Windows color (decimal): -8307913 or 3619713. OLE color: 3619713.

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

Color convert

RGB1295955-
CMYK00.540.570.49
HSL3.24º40.22%36.08%-
HSV(B)3.24º57.36%50.59%-
XYZ11.318.074.58-
YUV79.47114.19163.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 55 (21.88% from 255) = 22.63%
R=53.09%
G=24.28%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129595500.540.570.493.2440.2236.08
Hex813B37036393132824
Octal2017367066716135044
Binary10000001111011110111011011011100111000111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813B37; }

 p { color: rgb(129,59,55); }

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

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

 a { background-color: rgb(129,59,55); }

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

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

 span { border-color: rgb(129,59,55); }

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