Html Css Color HEX #813B38 Tall Poppy

📋 copy color: '#813B38'

red 129 ◦ green 59 ◦ blue 56

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

Shades of Tall Poppy #813B38

Tints of Tall Poppy #813B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 52.87%
G = 24.18%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#813B38 (or 0x813B38) is known color: Tall Poppy. HEX triplet: 81, 3B and 38. RGB value is (129,59,56). Sum of RGB (Red+Green+Blue) = 129+59+56=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #813B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B38 is #7EC4C7. Grayscale: #4F4F4F. Windows color (decimal): -8307912 or 3685249. OLE color: 3685249.

HSL color Cylindrical-coordinate representation of color #813B38: hue angle of 2.47º degrees, saturation: 0.39, 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 #813B38 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 59 56 -
CMYK 0 0.54 0.57 0.49
HSL 2.47º 0.39% 0.36% -
HSV(B) 2.47º 0.57% 0.51% -
XYZ 11.33 8.08 4.7 -
YUV 79.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 129 59 56 0 0.54 0.57 0.49 2.47 0.39 0.36
Hex 81 3B 38 0 36 39 31 2 27 24
Octal 201 73 70 0 66 71 61 2 47 44
Binary 10000001 111011 111000 0 110110 111001 110001 10 100111 100100

Color Harmonies of #813B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B38

Black with #813B38

Text Example


Text Example

White with #813B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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