Html Css Color HEX #814A05 Raw Umber

📋 copy color: '#814A05'

red 129 ◦ green 74 ◦ blue 5

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

Shades of Raw Umber #814A05

Tints of Raw Umber #814A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 62.02%
G = 35.58%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#814A05 (or 0x814A05) is known color: Raw Umber. HEX triplet: 81, 4A and 05. RGB value is (129,74,5). Sum of RGB (Red+Green+Blue) = 129+74+5=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #814A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A05 is #7EB5FA. Grayscale: #525252. Windows color (decimal): -8304123 or 346753. OLE color: 346753.

HSL color Cylindrical-coordinate representation of color #814A05: hue angle of 33.39º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #814A05 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 74 5 -
CMYK 0 0.43 0.96 0.49
HSL 33.39º 0.93% 0.26% -
HSV(B) 33.39º 0.96% 0.51% -
XYZ 11.53 9.58 1.38 -
YUV 82.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 129 74 5 0 0.43 0.96 0.49 33.39 0.93 0.26
Hex 81 4A 5 0 2B 60 31 21 5D 1A
Octal 201 112 5 0 53 140 61 41 135 32
Binary 10000001 1001010 101 0 101011 1100000 110001 100001 1011101 11010

Color Harmonies of #814A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A05

Black with #814A05

Text Example


Text Example

White with #814A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #814A05;
 }
 .AnyTagClassName
 {
   color: #814A05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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