Html Css Color HEX #813530 Tall Poppy

📋 copy color: '#813530'

red 129 ◦ green 53 ◦ blue 48

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

Shades of Tall Poppy #813530

Tints of Tall Poppy #813530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.04%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 56.09%
G = 23.04%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#813530 (or 0x813530) is known color: Tall Poppy. HEX triplet: 81, 35 and 30. RGB value is (129,53,48). Sum of RGB (Red+Green+Blue) = 129+53+48=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #813530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813530 is #7ECACF. Grayscale: #4B4B4B. Windows color (decimal): -8309456 or 3159425. OLE color: 3159425.

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

Color convert

RGB 129 53 48 -
CMYK 0 0.59 0.63 0.49
HSL 3.7º 0.46% 0.35% -
HSV(B) 3.7º 0.63% 0.51% -
XYZ 10.86 7.43 3.66 -
YUV 75.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 129 53 48 0 0.59 0.63 0.49 3.7 0.46 0.35
Hex 81 35 30 0 3B 3F 31 4 2E 23
Octal 201 65 60 0 73 77 61 4 56 43
Binary 10000001 110101 110000 0 111011 111111 110001 100 101110 100011

Color Harmonies of #813530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813530

Black with #813530

Text Example


Text Example

White with #813530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813530; }

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

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

background-color css

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

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

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

border-color css

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

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

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