Html Css Color HEX #813736 Tall Poppy

📋 copy color: '#813736'

red 129 ◦ green 55 ◦ blue 54

#813736
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tall Poppy #813736

Tints of Tall Poppy #813736

RGB

 RED value IS 129 (50.78% from 255) = 54.2%

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 54 (21.48% from 255) = 22.69%

R = 54.2%
G = 23.11%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#813736 (or 0x813736) is known color: 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

RGB 129 55 54 -
CMYK 0 0.57 0.58 0.49
HSL 0.8º 0.41% 0.36% -
HSV(B) 0.8º 0.58% 0.51% -
XYZ 11.09 7.67 4.39 -
YUV 77.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 129 55 54 0 0.57 0.58 0.49 0.8 0.41 0.36
Hex 81 37 36 0 39 3A 31 1 29 24
Octal 201 67 66 0 71 72 61 1 51 44
Binary 10000001 110111 110110 0 111001 111010 110001 1 101001 100100

Color Harmonies of #813736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813736

Black with #813736

Text Example


Text Example

White with #813736

Text Example


Text Example

HTML Codes & Css Web 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>