Html Css Color HEX #814807 Raw Umber

📋 copy color: '#814807'

red 129 ◦ green 72 ◦ blue 7

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

Shades of Raw Umber #814807

Tints of Raw Umber #814807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 7 (3.13% from 255) = 3.37%

R = 62.02%
G = 34.62%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#814807 (or 0x814807) is known color: Raw Umber. HEX triplet: 81, 48 and 07. RGB value is (129,72,7). Sum of RGB (Red+Green+Blue) = 129+72+7=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #814807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814807 is #7EB7F8. Grayscale: #515151. Windows color (decimal): -8304633 or 477313. OLE color: 477313.

HSL color Cylindrical-coordinate representation of color #814807: hue angle of 31.97º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #814807 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 72 7 -
CMYK 0 0.44 0.95 0.49
HSL 31.97º 0.9% 0.27% -
HSV(B) 31.97º 0.95% 0.51% -
XYZ 11.41 9.32 1.4 -
YUV 81.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 129 72 7 0 0.44 0.95 0.49 31.97 0.9 0.27
Hex 81 48 7 0 2C 5F 31 20 5A 1B
Octal 201 110 7 0 54 137 61 40 132 33
Binary 10000001 1001000 111 0 101100 1011111 110001 100000 1011010 11011

Color Harmonies of #814807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814807

Black with #814807

Text Example


Text Example

White with #814807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814807; }

 p { color: rgb(129,72,7); }

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

background-color css

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

 a { background-color: rgb(129,72,7); }

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

border-color css

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

 span { border-color: rgb(129,72,7); }

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