Html Css Color HEX #86550B Raw Umber

📋 copy color: '#86550B'

red 134 ◦ green 85 ◦ blue 11

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

Shades of Raw Umber #86550B

Tints of Raw Umber #86550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 58.26%
G = 36.96%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86550B (or 0x86550B) is known color: Raw Umber. HEX triplet: 86, 55 and 0B. RGB value is (134,85,11). Sum of RGB (Red+Green+Blue) = 134+85+11=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86550B is #79AAF4. Grayscale: #5B5B5B. Windows color (decimal): -7973621 or 742790. OLE color: 742790.

HSL color Cylindrical-coordinate representation of color #86550B: hue angle of 36.1º 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 #86550B is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 11 -
CMYK 0 0.37 0.92 0.47
HSL 36.1º 0.85% 0.28% -
HSV(B) 36.1º 0.92% 0.53% -
XYZ 13.14 11.59 1.86 -
YUV 91.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 134 85 11 0 0.37 0.92 0.47 36.1 0.85 0.28
Hex 86 55 B 0 25 5C 2F 24 55 1C
Octal 206 125 13 0 45 134 57 44 125 34
Binary 10000110 1010101 1011 0 100101 1011100 101111 100100 1010101 11100

Color Harmonies of #86550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86550B

Black with #86550B

Text Example


Text Example

White with #86550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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