#814A0A

Color #814A0A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #814A0A

Tints of Raw Umber #814A0A

Color information

#814A0A (or 0x814A0A) is unknown color: approx Raw Umber. HEX triplet: 81, 4A and 0A. RGB value is (129,74,10). Sum of RGB (Red+Green+Blue) = 129+74+10=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #814A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A0A is #7EB5F5. Grayscale: #535353. Windows color (decimal): -8304118 or 674433. OLE color: 674433.

HSL color Cylindrical-coordinate representation of color #814A0A: hue angle of 32.27º 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 #814A0A is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1297410-
CMYK00.430.920.49
HSL32.27º85.61%27.25%-
HSV(B)32.27º92.25%50.59%-
XYZ11.569.591.53-
YUV83.1586.72160.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=60.56%
G=34.74%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129741000.430.920.4932.2785.6127.25
Hex814AA02B5C3120561b
Octal20111212053134614012633
Binary100000011001010101001010111011100110001100000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814A0A; }

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

 H1.HeaderClassName
 {
   color: #814A0A;
 }
 .AnyTagClassName
 {
   color: #814A0A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #814A0A;
 }
 .BgClassName
 {
   background-color: #814A0A;
 }
</style>
border-color css

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

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

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