Html Css Color HEX #86580B Raw Umber

📋 copy color: '#86580B'

red 134 ◦ green 88 ◦ blue 11

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

Shades of Raw Umber #86580B

Tints of Raw Umber #86580B

RGB

 RED value IS 134 (52.73% from 255) = 57.51%

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 57.51%
G = 37.77%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86580B (or 0x86580B) is known color: Raw Umber. HEX triplet: 86, 58 and 0B. RGB value is (134,88,11). Sum of RGB (Red+Green+Blue) = 134+88+11=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86580B is #79A7F4. Grayscale: #5D5D5D. Windows color (decimal): -7972853 or 743558. OLE color: 743558.

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

Color convert

RGB 134 88 11 -
CMYK 0 0.34 0.92 0.47
HSL 37.56º 0.85% 0.28% -
HSV(B) 37.56º 0.92% 0.53% -
XYZ 13.38 12.07 1.94 -
YUV 92.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 134 88 11 0 0.34 0.92 0.47 37.56 0.85 0.28
Hex 86 58 B 0 22 5C 2F 26 55 1C
Octal 206 130 13 0 42 134 57 46 125 34
Binary 10000110 1011000 1011 0 100010 1011100 101111 100110 1010101 11100

Color Harmonies of #86580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86580B

Black with #86580B

Text Example


Text Example

White with #86580B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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