Html Css Color HEX #813735 Tall Poppy

📋 copy color: '#813735'

red 129 ◦ green 55 ◦ blue 53

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

Shades of Tall Poppy #813735

Tints of Tall Poppy #813735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 54.43%
G = 23.21%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#813735 (or 0x813735) is known color: Tall Poppy. HEX triplet: 81, 37 and 35. RGB value is (129,55,53). Sum of RGB (Red+Green+Blue) = 129+55+53=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #813735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813735 is #7EC8CA. Grayscale: #4C4C4C. Windows color (decimal): -8308939 or 3487617. OLE color: 3487617.

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

Color convert

RGB 129 55 53 -
CMYK 0 0.57 0.59 0.49
HSL 1.58º 0.42% 0.36% -
HSV(B) 1.58º 0.59% 0.51% -
XYZ 11.06 7.66 4.26 -
YUV 76.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 129 55 53 0 0.57 0.59 0.49 1.58 0.42 0.36
Hex 81 37 35 0 39 3B 31 2 2A 24
Octal 201 67 65 0 71 73 61 2 52 44
Binary 10000001 110111 110101 0 111001 111011 110001 10 101010 100100

Color Harmonies of #813735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813735

Black with #813735

Text Example


Text Example

White with #813735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813735; }

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

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

background-color css

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

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

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

border-color css

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

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

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