Html Css Color HEX #814500 Raw Umber

📋 copy color: '#814500'

red 129 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #814500

Tints of Raw Umber #814500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 65.15%
G = 34.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814500 (or 0x814500) is known color: Raw Umber. HEX triplet: 81, 45 and 00. RGB value is (129,69,0). Sum of RGB (Red+Green+Blue) = 129+69+0=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #814500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814500 is #7EBAFF. Grayscale: #4F4F4F. Windows color (decimal): -8305408 or 17793. OLE color: 17793.

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

Color convert

RGB 129 69 0 -
CMYK 0 0.47 1 0.49
HSL 32.09º 1% 0.25% -
HSV(B) 32.09º 1% 0.51% -
XYZ 11.18 8.92 1.13 -
YUV 79.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 129 69 0 0 0.47 1 0.49 32.09 1 0.25
Hex 81 45 0 0 2F 64 31 20 64 19
Octal 201 105 0 0 57 144 61 40 144 31
Binary 10000001 1000101 0 0 101111 1100100 110001 100000 1100100 11001

Color Harmonies of #814500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814500

Black with #814500

Text Example


Text Example

White with #814500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814500; }

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

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

background-color css

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

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

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

border-color css

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

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

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