Html Css Color HEX #81490A Raw Umber

📋 copy color: '#81490A'

red 129 ◦ green 73 ◦ blue 10

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

Shades of Raw Umber #81490A

Tints of Raw Umber #81490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 60.85%
G = 34.43%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#81490A (or 0x81490A) is known color: Raw Umber. HEX triplet: 81, 49 and 0A. RGB value is (129,73,10). Sum of RGB (Red+Green+Blue) = 129+73+10=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81490A is #7EB6F5. Grayscale: #525252. Windows color (decimal): -8304374 or 674177. OLE color: 674177.

HSL color Cylindrical-coordinate representation of color #81490A: hue angle of 31.76º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81490A is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 10 -
CMYK 0 0.43 0.92 0.49
HSL 31.76º 0.86% 0.27% -
HSV(B) 31.76º 0.92% 0.51% -
XYZ 11.49 9.45 1.51 -
YUV 82.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 129 73 10 0 0.43 0.92 0.49 31.76 0.86 0.27
Hex 81 49 A 0 2B 5C 31 20 56 1B
Octal 201 111 12 0 53 134 61 40 126 33
Binary 10000001 1001001 1010 0 101011 1011100 110001 100000 1010110 11011

Color Harmonies of #81490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81490A

Black with #81490A

Text Example


Text Example

White with #81490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81490A; }

 p { color: rgb(129,73,10); }

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

background-color css

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

 a { background-color: rgb(129,73,10); }

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

border-color css

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

 span { border-color: rgb(129,73,10); }

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