#86580C

Color #86580C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #86580C

Tints of Raw Umber #86580C

Color information

#86580C (or 0x86580C) is unknown color: approx Raw Umber. HEX triplet: 86, 58 and 0C. RGB value is (134,88,12). Sum of RGB (Red+Green+Blue) = 134+88+12=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86580C is #79A7F3. Grayscale: #5D5D5D. Windows color (decimal): -7972852 or 809094. OLE color: 809094.

HSL color Cylindrical-coordinate representation of color #86580C: hue angle of 37.38º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86580C is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1348812-
CMYK00.340.910.47
HSL37.38º83.56%28.63%-
HSV(B)37.38º91.04%52.55%-
XYZ13.3912.071.97-
YUV93.0982.24157.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=57.26%
G=37.61%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134881200.340.910.4737.3883.5628.63
Hex8658C0225B2F25541d
Octal20613014042133574512435
Binary100001101011000110001000101011011101111100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86580C; }

 p { color: rgb(134,88,12); }

 H1.HeaderClassName
 {
   color: #86580C;
 }
 .AnyTagClassName
 {
   color: #86580C;
 }
</style>
background-color css

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

 a { background-color: rgb(134,88,12); }

 div.DivClassName
 {
   background-color: #86580C;
 }
 .BgClassName
 {
   background-color: #86580C;
 }
</style>
border-color css

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

 span { border-color: rgb(134,88,12); }

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