Html Css Color HEX #813B3A Tall Poppy

📋 copy color: '#813B3A'

red 129 ◦ green 59 ◦ blue 58

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

Shades of Tall Poppy #813B3A

Tints of Tall Poppy #813B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 52.44%
G = 23.98%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#813B3A (or 0x813B3A) is known color: Tall Poppy. HEX triplet: 81, 3B and 3A. RGB value is (129,59,58). Sum of RGB (Red+Green+Blue) = 129+59+58=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #813B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B3A is #7EC4C5. Grayscale: #4F4F4F. Windows color (decimal): -8307910 or 3816321. OLE color: 3816321.

HSL color Cylindrical-coordinate representation of color #813B3A: hue angle of 0.85º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813B3A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 59 58 -
CMYK 0 0.54 0.55 0.49
HSL 0.85º 0.38% 0.37% -
HSV(B) 0.85º 0.55% 0.51% -
XYZ 11.38 8.1 4.97 -
YUV 79.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 129 59 58 0 0.54 0.55 0.49 0.85 0.38 0.37
Hex 81 3B 3A 0 36 37 31 1 26 25
Octal 201 73 72 0 66 67 61 1 46 45
Binary 10000001 111011 111010 0 110110 110111 110001 1 100110 100101

Color Harmonies of #813B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B3A

Black with #813B3A

Text Example


Text Example

White with #813B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813B3A; }

 p { color: rgb(129,59,58); }

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

background-color css

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

 a { background-color: rgb(129,59,58); }

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

border-color css

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

 span { border-color: rgb(129,59,58); }

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