Html Css Color HEX #805A0C Raw Umber

📋 copy color: '#805A0C'

red 128 ◦ green 90 ◦ blue 12

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

Shades of Raw Umber #805A0C

Tints of Raw Umber #805A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 55.65%
G = 39.13%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#805A0C (or 0x805A0C) is known color: Raw Umber. HEX triplet: 80, 5A and 0C. RGB value is (128,90,12). Sum of RGB (Red+Green+Blue) = 128+90+12=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805A0C is #7FA5F3. Grayscale: #5C5C5C. Windows color (decimal): -8365556 or 809600. OLE color: 809600.

HSL color Cylindrical-coordinate representation of color #805A0C: hue angle of 40.34º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #805A0C is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 90 12 -
CMYK 0 0.30 0.91 0.50
HSL 40.34º 0.83% 0.27% -
HSV(B) 40.34º 0.91% 0.5% -
XYZ 12.62 11.93 1.98 -
YUV 92.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 128 90 12 0 0.30 0.91 0.50 40.34 0.83 0.27
Hex 80 5A C 0 1E 5B 32 28 53 1B
Octal 200 132 14 0 36 133 62 50 123 33
Binary 10000000 1011010 1100 0 11110 1011011 110010 101000 1010011 11011

Color Harmonies of #805A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A0C

Black with #805A0C

Text Example


Text Example

White with #805A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,90,12); }

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

background-color css

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

 a { background-color: rgb(128,90,12); }

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

border-color css

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

 span { border-color: rgb(128,90,12); }

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