Html Css Color HEX #81540E Raw Umber

📋 copy color: '#81540E'

red 129 ◦ green 84 ◦ blue 14

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

Shades of Raw Umber #81540E

Tints of Raw Umber #81540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 56.83%
G = 37%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#81540E (or 0x81540E) is known color: Raw Umber. HEX triplet: 81, 54 and 0E. RGB value is (129,84,14). Sum of RGB (Red+Green+Blue) = 129+84+14=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81540E is #7EABF1. Grayscale: #595959. Windows color (decimal): -8301554 or 939137. OLE color: 939137.

HSL color Cylindrical-coordinate representation of color #81540E: hue angle of 36.52º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81540E is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 84 14 -
CMYK 0 0.35 0.89 0.49
HSL 36.52º 0.8% 0.28% -
HSV(B) 36.52º 0.89% 0.51% -
XYZ 12.3 11.04 1.9 -
YUV 89.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 129 84 14 0 0.35 0.89 0.49 36.52 0.8 0.28
Hex 81 54 E 0 23 59 31 25 50 1C
Octal 201 124 16 0 43 131 61 45 120 34
Binary 10000001 1010100 1110 0 100011 1011001 110001 100101 1010000 11100

Color Harmonies of #81540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81540E

Black with #81540E

Text Example


Text Example

White with #81540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81540E; }

 p { color: rgb(129,84,14); }

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

background-color css

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

 a { background-color: rgb(129,84,14); }

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

border-color css

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

 span { border-color: rgb(129,84,14); }

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