#813B38

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

Shades of Tall Poppy #813B38

Tints of Tall Poppy #813B38

Color information

#813B38 (or 0x813B38) is unknown color: approx Tall Poppy. HEX triplet: 81, 3B and 38. RGB value is (129,59,56). Sum of RGB (Red+Green+Blue) = 129+59+56=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #813B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B38 is #7EC4C7. Grayscale: #4F4F4F. Windows color (decimal): -8307912 or 3685249. OLE color: 3685249.

HSL color Cylindrical-coordinate representation of color #813B38: hue angle of 2.47º degrees, saturation: 0.39, 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 #813B38 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1295956-
CMYK00.540.570.49
HSL2.47º39.46%36.27%-
HSV(B)2.47º56.59%50.59%-
XYZ11.338.084.7-
YUV79.59114.69163.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=52.87%
G=24.18%
B=22.95%

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
Decimal129595600.540.570.492.4739.4636.27
Hex813B38036393122724
Octal2017370066716124744
Binary10000001111011111000011011011100111000110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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