Html Css Color HEX #805C0C Raw Umber

📋 copy color: '#805C0C'

red 128 ◦ green 92 ◦ blue 12

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

Shades of Raw Umber #805C0C

Tints of Raw Umber #805C0C

RGB

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

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

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

R = 55.17%
G = 39.66%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#805C0C (or 0x805C0C) is known color: Raw Umber. HEX triplet: 80, 5C and 0C. RGB value is (128,92,12). Sum of RGB (Red+Green+Blue) = 128+92+12=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C0C is #7FA3F3. Grayscale: #5D5D5D. Windows color (decimal): -8365044 or 810112. OLE color: 810112.

HSL color Cylindrical-coordinate representation of color #805C0C: hue angle of 41.38º 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 #805C0C is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 92 12 -
CMYK 0 0.28 0.91 0.50
HSL 41.38º 0.83% 0.27% -
HSV(B) 41.38º 0.91% 0.5% -
XYZ 12.8 12.27 2.04 -
YUV 93.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 128 92 12 0 0.28 0.91 0.50 41.38 0.83 0.27
Hex 80 5C C 0 1C 5B 32 29 53 1B
Octal 200 134 14 0 34 133 62 51 123 33
Binary 10000000 1011100 1100 0 11100 1011011 110010 101001 1010011 11011

Color Harmonies of #805C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C0C

Black with #805C0C

Text Example


Text Example

White with #805C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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