#813736

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

Shades of Tall Poppy #813736

Tints of Tall Poppy #813736

Color information

#813736 (or 0x813736) is unknown color: approx Tall Poppy. HEX triplet: 81, 37 and 36. RGB value is (129,55,54). Sum of RGB (Red+Green+Blue) = 129+55+54=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #813736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813736 is #7EC8C9. Grayscale: #4D4D4D. Windows color (decimal): -8308938 or 3553153. OLE color: 3553153.

HSL color Cylindrical-coordinate representation of color #813736: hue angle of 0.8º 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 #813736 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1295554-
CMYK00.570.580.49
HSL0.8º40.98%35.88%-
HSV(B)0.8º58.14%50.59%-
XYZ11.097.674.39-
YUV77.01115.02165.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=54.20%
G=23.11%
B=22.69%

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
Decimal129555400.570.580.490.840.9835.88
Hex8137360393A3112924
Octal2016766071726115144
Binary1000000111011111011001110011110101100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813736; }

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

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

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

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

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

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

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

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