Html Css Color HEX #814A08 Raw Umber

📋 copy color: '#814A08'

red 129 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #814A08

Tints of Raw Umber #814A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 61.14%
G = 35.07%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#814A08 (or 0x814A08) is known color: Raw Umber. HEX triplet: 81, 4A and 08. RGB value is (129,74,8). Sum of RGB (Red+Green+Blue) = 129+74+8=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #814A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A08 is #7EB5F7. Grayscale: #535353. Windows color (decimal): -8304120 or 543361. OLE color: 543361.

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

Color convert

RGB 129 74 8 -
CMYK 0 0.43 0.94 0.49
HSL 32.73º 0.88% 0.27% -
HSV(B) 32.73º 0.94% 0.51% -
XYZ 11.55 9.58 1.47 -
YUV 82.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 129 74 8 0 0.43 0.94 0.49 32.73 0.88 0.27
Hex 81 4A 8 0 2B 5E 31 21 58 1B
Octal 201 112 10 0 53 136 61 41 130 33
Binary 10000001 1001010 1000 0 101011 1011110 110001 100001 1011000 11011

Color Harmonies of #814A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A08

Black with #814A08

Text Example


Text Example

White with #814A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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