Html Css Color HEX #814801 Raw Umber

📋 copy color: '#814801'

red 129 ◦ green 72 ◦ blue 1

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

Shades of Raw Umber #814801

Tints of Raw Umber #814801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 63.86%
G = 35.64%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#814801 (or 0x814801) is known color: Raw Umber. HEX triplet: 81, 48 and 01. RGB value is (129,72,1). Sum of RGB (Red+Green+Blue) = 129+72+1=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #814801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814801 is #7EB7FE. Grayscale: #515151. Windows color (decimal): -8304639 or 84097. OLE color: 84097.

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

Color convert

RGB 129 72 1 -
CMYK 0 0.44 0.99 0.49
HSL 33.28º 0.98% 0.25% -
HSV(B) 33.28º 0.99% 0.51% -
XYZ 11.38 9.3 1.22 -
YUV 80.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 129 72 1 0 0.44 0.99 0.49 33.28 0.98 0.25
Hex 81 48 1 0 2C 63 31 21 62 19
Octal 201 110 1 0 54 143 61 41 142 31
Binary 10000001 1001000 1 0 101100 1100011 110001 100001 1100010 11001

Color Harmonies of #814801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814801

Black with #814801

Text Example


Text Example

White with #814801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814801; }

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

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

background-color css

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

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

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

border-color css

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

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

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