Html Css Color HEX #86540D Raw Umber

📋 copy color: '#86540D'

red 134 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #86540D

Tints of Raw Umber #86540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 58.01%
G = 36.36%
B = 5.63%

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

#86540D (or 0x86540D) is known color: Raw Umber. HEX triplet: 86, 54 and 0D. RGB value is (134,84,13). Sum of RGB (Red+Green+Blue) = 134+84+13=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86540D is #79ABF2. Grayscale: #5B5B5B. Windows color (decimal): -7973875 or 873606. OLE color: 873606.

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

Color convert

RGB 134 84 13 -
CMYK 0 0.37 0.90 0.47
HSL 35.21º 0.82% 0.29% -
HSV(B) 35.21º 0.9% 0.53% -
XYZ 13.07 11.44 1.9 -
YUV 90.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 134 84 13 0 0.37 0.90 0.47 35.21 0.82 0.29
Hex 86 54 D 0 25 5A 2F 23 52 1D
Octal 206 124 15 0 45 132 57 43 122 35
Binary 10000110 1010100 1101 0 100101 1011010 101111 100011 1010010 11101

Color Harmonies of #86540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86540D

Black with #86540D

Text Example


Text Example

White with #86540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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