Html Css Color HEX #815314 Raw Umber

📋 copy color: '#815314'

red 129 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #815314

Tints of Raw Umber #815314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 55.6%
G = 35.78%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#815314 (or 0x815314) is known color: Raw Umber. HEX triplet: 81, 53 and 14. RGB value is (129,83,20). Sum of RGB (Red+Green+Blue) = 129+83+20=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #815314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815314 is #7EACEB. Grayscale: #595959. Windows color (decimal): -8301804 or 1332097. OLE color: 1332097.

HSL color Cylindrical-coordinate representation of color #815314: hue angle of 34.68º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #815314 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 83 20 -
CMYK 0 0.36 0.84 0.49
HSL 34.68º 0.73% 0.29% -
HSV(B) 34.68º 0.84% 0.51% -
XYZ 12.27 10.9 2.12 -
YUV 89.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 129 83 20 0 0.36 0.84 0.49 34.68 0.73 0.29
Hex 81 53 14 0 24 54 31 23 49 1D
Octal 201 123 24 0 44 124 61 43 111 35
Binary 10000001 1010011 10100 0 100100 1010100 110001 100011 1001001 11101

Color Harmonies of #815314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815314

Black with #815314

Text Example


Text Example

White with #815314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815314; }

 p { color: rgb(129,83,20); }

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

background-color css

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

 a { background-color: rgb(129,83,20); }

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

border-color css

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

 span { border-color: rgb(129,83,20); }

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