Html Css Color HEX #86550D Raw Umber

📋 copy color: '#86550D'

red 134 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #86550D

Tints of Raw Umber #86550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 57.76%
G = 36.64%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86550D (or 0x86550D) is known color: Raw Umber. HEX triplet: 86, 55 and 0D. RGB value is (134,85,13). Sum of RGB (Red+Green+Blue) = 134+85+13=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86550D is #79AAF2. Grayscale: #5B5B5B. Windows color (decimal): -7973619 or 873862. OLE color: 873862.

HSL color Cylindrical-coordinate representation of color #86550D: hue angle of 35.7º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86550D is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 13 -
CMYK 0 0.37 0.90 0.47
HSL 35.7º 0.82% 0.29% -
HSV(B) 35.7º 0.9% 0.53% -
XYZ 13.15 11.59 1.93 -
YUV 91.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 134 85 13 0 0.37 0.90 0.47 35.7 0.82 0.29
Hex 86 55 D 0 25 5A 2F 24 52 1D
Octal 206 125 15 0 45 132 57 44 122 35
Binary 10000110 1010101 1101 0 100101 1011010 101111 100100 1010010 11101

Color Harmonies of #86550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86550D

Black with #86550D

Text Example


Text Example

White with #86550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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