Html Css Color HEX #814600 Raw Umber

📋 copy color: '#814600'

red 129 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #814600

Tints of Raw Umber #814600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 64.82%
G = 35.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814600 (or 0x814600) is known color: Raw Umber. HEX triplet: 81, 46 and 00. RGB value is (129,70,0). Sum of RGB (Red+Green+Blue) = 129+70+0=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #814600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814600 is #7EB9FF. Grayscale: #505050. Windows color (decimal): -8305152 or 18049. OLE color: 18049.

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

Color convert

RGB 129 70 0 -
CMYK 0 0.46 1 0.49
HSL 32.56º 1% 0.25% -
HSV(B) 32.56º 1% 0.51% -
XYZ 11.24 9.05 1.15 -
YUV 79.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 129 70 0 0 0.46 1 0.49 32.56 1 0.25
Hex 81 46 0 0 2E 64 31 21 64 19
Octal 201 106 0 0 56 144 61 41 144 31
Binary 10000001 1000110 0 0 101110 1100100 110001 100001 1100100 11001

Color Harmonies of #814600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814600

Black with #814600

Text Example


Text Example

White with #814600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814600; }

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

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

background-color css

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

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

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

border-color css

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

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

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