Html Css Color HEX #813937 Tall Poppy

📋 copy color: '#813937'

red 129 ◦ green 57 ◦ blue 55

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

Shades of Tall Poppy #813937

Tints of Tall Poppy #813937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 53.53%
G = 23.65%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#813937 (or 0x813937) is known color: Tall Poppy. HEX triplet: 81, 39 and 37. RGB value is (129,57,55). Sum of RGB (Red+Green+Blue) = 129+57+55=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #813937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813937 is #7EC6C8. Grayscale: #4E4E4E. Windows color (decimal): -8308425 or 3619201. OLE color: 3619201.

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

Color convert

RGB 129 57 55 -
CMYK 0 0.56 0.57 0.49
HSL 1.62º 0.4% 0.36% -
HSV(B) 1.62º 0.57% 0.51% -
XYZ 11.21 7.87 4.54 -
YUV 78.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 129 57 55 0 0.56 0.57 0.49 1.62 0.4 0.36
Hex 81 39 37 0 38 39 31 2 28 24
Octal 201 71 67 0 70 71 61 2 50 44
Binary 10000001 111001 110111 0 111000 111001 110001 10 101000 100100

Color Harmonies of #813937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813937

Black with #813937

Text Example


Text Example

White with #813937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813937; }

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

 H1.HeaderClassName
 {
   color: #813937;
 }
 .AnyTagClassName
 {
   color: #813937;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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