Html Css Color HEX #814800 Raw Umber

📋 copy color: '#814800'

red 129 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #814800

Tints of Raw Umber #814800

RGB

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

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

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

R = 64.18%
G = 35.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814800 (or 0x814800) is known color: Raw Umber. HEX triplet: 81, 48 and 00. RGB value is (129,72,0). Sum of RGB (Red+Green+Blue) = 129+72+0=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #814800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814800 is #7EB7FF. Grayscale: #515151. Windows color (decimal): -8304640 or 18561. OLE color: 18561.

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

Color convert

RGB 129 72 0 -
CMYK 0 0.44 1 0.49
HSL 33.49º 1% 0.25% -
HSV(B) 33.49º 1% 0.51% -
XYZ 11.37 9.3 1.2 -
YUV 80.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 129 72 0 0 0.44 1 0.49 33.49 1 0.25
Hex 81 48 0 0 2C 64 31 21 64 19
Octal 201 110 0 0 54 144 61 41 144 31
Binary 10000001 1001000 0 0 101100 1100100 110001 100001 1100100 11001

Color Harmonies of #814800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814800

Black with #814800

Text Example


Text Example

White with #814800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814800; }

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

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

background-color css

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

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

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

border-color css

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

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

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