Html Css Color HEX #814A06 Raw Umber

📋 copy color: '#814A06'

red 129 ◦ green 74 ◦ blue 6

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

Shades of Raw Umber #814A06

Tints of Raw Umber #814A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 61.72%
G = 35.41%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#814A06 (or 0x814A06) is known color: Raw Umber. HEX triplet: 81, 4A and 06. RGB value is (129,74,6). Sum of RGB (Red+Green+Blue) = 129+74+6=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #814A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A06 is #7EB5F9. Grayscale: #535353. Windows color (decimal): -8304122 or 412289. OLE color: 412289.

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

Color convert

RGB 129 74 6 -
CMYK 0 0.43 0.95 0.49
HSL 33.17º 0.91% 0.26% -
HSV(B) 33.17º 0.95% 0.51% -
XYZ 11.53 9.58 1.41 -
YUV 82.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 129 74 6 0 0.43 0.95 0.49 33.17 0.91 0.26
Hex 81 4A 6 0 2B 5F 31 21 5B 1A
Octal 201 112 6 0 53 137 61 41 133 32
Binary 10000001 1001010 110 0 101011 1011111 110001 100001 1011011 11010

Color Harmonies of #814A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A06

Black with #814A06

Text Example


Text Example

White with #814A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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