Html Css Color HEX #86530A Raw Umber

📋 copy color: '#86530A'

red 134 ◦ green 83 ◦ blue 10

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

Shades of Raw Umber #86530A

Tints of Raw Umber #86530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

 BLUE value IS 10 (4.3% from 255) = 4.41%

R = 59.03%
G = 36.56%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86530A (or 0x86530A) is known color: Raw Umber. HEX triplet: 86, 53 and 0A. RGB value is (134,83,10). Sum of RGB (Red+Green+Blue) = 134+83+10=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86530A is #79ACF5. Grayscale: #5A5A5A. Windows color (decimal): -7974134 or 676742. OLE color: 676742.

HSL color Cylindrical-coordinate representation of color #86530A: hue angle of 35.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86530A is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 10 -
CMYK 0 0.38 0.93 0.47
HSL 35.32º 0.86% 0.28% -
HSV(B) 35.32º 0.93% 0.53% -
XYZ 12.98 11.28 1.78 -
YUV 89.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 134 83 10 0 0.38 0.93 0.47 35.32 0.86 0.28
Hex 86 53 A 0 26 5D 2F 23 56 1C
Octal 206 123 12 0 46 135 57 43 126 34
Binary 10000110 1010011 1010 0 100110 1011101 101111 100011 1010110 11100

Color Harmonies of #86530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86530A

Black with #86530A

Text Example


Text Example

White with #86530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86530A; }

 p { color: rgb(134,83,10); }

 H1.HeaderClassName
 {
   color: #86530A;
 }
 .AnyTagClassName
 {
   color: #86530A;
 }
</style>

background-color css

<style>
 a { background-color: #86530A; }

 a { background-color: rgb(134,83,10); }

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

border-color css

<style>
 span { border-color: #86530A; }

 span { border-color: rgb(134,83,10); }

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