Html Css Color HEX #805C0E Raw Umber

📋 copy color: '#805C0E'

red 128 ◦ green 92 ◦ blue 14

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

Shades of Raw Umber #805C0E

Tints of Raw Umber #805C0E

RGB

 RED value IS 128 (50.39% from 255) = 54.7%

 GREEN value IS 92 (36.33% from 255) = 39.32%

 BLUE value IS 14 (5.86% from 255) = 5.98%

R = 54.7%
G = 39.32%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#805C0E (or 0x805C0E) is known color: Raw Umber. HEX triplet: 80, 5C and 0E. RGB value is (128,92,14). Sum of RGB (Red+Green+Blue) = 128+92+14=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #805C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C0E is #7FA3F1. Grayscale: #5E5E5E. Windows color (decimal): -8365042 or 941184. OLE color: 941184.

HSL color Cylindrical-coordinate representation of color #805C0E: hue angle of 41.05º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #805C0E is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 92 14 -
CMYK 0 0.28 0.89 0.50
HSL 41.05º 0.8% 0.28% -
HSV(B) 41.05º 0.89% 0.5% -
XYZ 12.81 12.28 2.11 -
YUV 93.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 128 92 14 0 0.28 0.89 0.50 41.05 0.8 0.28
Hex 80 5C E 0 1C 59 32 29 50 1C
Octal 200 134 16 0 34 131 62 51 120 34
Binary 10000000 1011100 1110 0 11100 1011001 110010 101001 1010000 11100

Color Harmonies of #805C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C0E

Black with #805C0E

Text Example


Text Example

White with #805C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805C0E; }

 p { color: rgb(128,92,14); }

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

background-color css

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

 a { background-color: rgb(128,92,14); }

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

border-color css

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

 span { border-color: rgb(128,92,14); }

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