Html Css Color HEX #814908 Raw Umber

📋 copy color: '#814908'

red 129 ◦ green 73 ◦ blue 8

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

Shades of Raw Umber #814908

Tints of Raw Umber #814908

RGB

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

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

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

R = 61.43%
G = 34.76%
B = 3.81%

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

#814908 (or 0x814908) is known color: Raw Umber. HEX triplet: 81, 49 and 08. RGB value is (129,73,8). Sum of RGB (Red+Green+Blue) = 129+73+8=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #814908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814908 is #7EB6F7. Grayscale: #525252. Windows color (decimal): -8304376 or 543105. OLE color: 543105.

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

Color convert

RGB 129 73 8 -
CMYK 0 0.43 0.94 0.49
HSL 32.23º 0.88% 0.27% -
HSV(B) 32.23º 0.94% 0.51% -
XYZ 11.48 9.45 1.45 -
YUV 82.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 129 73 8 0 0.43 0.94 0.49 32.23 0.88 0.27
Hex 81 49 8 0 2B 5E 31 20 58 1B
Octal 201 111 10 0 53 136 61 40 130 33
Binary 10000001 1001001 1000 0 101011 1011110 110001 100000 1011000 11011

Color Harmonies of #814908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814908

Black with #814908

Text Example


Text Example

White with #814908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814908; }

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

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

background-color css

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

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

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

border-color css

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

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

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