Html Css Color HEX #814700 Raw Umber

📋 copy color: '#814700'

red 129 ◦ green 71 ◦ blue 0

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

Shades of Raw Umber #814700

Tints of Raw Umber #814700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.5%
G = 35.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814700 (or 0x814700) is known color: Raw Umber. HEX triplet: 81, 47 and 00. RGB value is (129,71,0). Sum of RGB (Red+Green+Blue) = 129+71+0=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #814700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814700 is #7EB8FF. Grayscale: #505050. Windows color (decimal): -8304896 or 18305. OLE color: 18305.

HSL color Cylindrical-coordinate representation of color #814700: hue angle of 33.02º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #814700 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 0 -
CMYK 0 0.45 1 0.49
HSL 33.02º 1% 0.25% -
HSV(B) 33.02º 1% 0.51% -
XYZ 11.31 9.17 1.17 -
YUV 80.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 129 71 0 0 0.45 1 0.49 33.02 1 0.25
Hex 81 47 0 0 2D 64 31 21 64 19
Octal 201 107 0 0 55 144 61 41 144 31
Binary 10000001 1000111 0 0 101101 1100100 110001 100001 1100100 11001

Color Harmonies of #814700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814700

Black with #814700

Text Example


Text Example

White with #814700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814700; }

 p { color: rgb(129,71,0); }

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

background-color css

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

 a { background-color: rgb(129,71,0); }

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

border-color css

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

 span { border-color: rgb(129,71,0); }

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