Html Css Color HEX #86350A Saddle Brown

📋 copy color: '#86350A'

red 134 ◦ green 53 ◦ blue 10

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

Shades of Saddle Brown #86350A

Tints of Saddle Brown #86350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

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

R = 68.02%
G = 26.9%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86350A (or 0x86350A) is known color: Saddle Brown. HEX triplet: 86, 35 and 0A. RGB value is (134,53,10). Sum of RGB (Red+Green+Blue) = 134+53+10=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86350A is #79CAF5. Grayscale: #484848. Windows color (decimal): -7981814 or 669062. OLE color: 669062.

HSL color Cylindrical-coordinate representation of color #86350A: hue angle of 20.81º 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 #86350A is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 10 -
CMYK 0 0.60 0.93 0.47
HSL 20.81º 0.86% 0.28% -
HSV(B) 20.81º 0.93% 0.53% -
XYZ 11.16 7.64 1.17 -
YUV 72.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 134 53 10 0 0.60 0.93 0.47 20.81 0.86 0.28
Hex 86 35 A 0 3C 5D 2F 15 56 1C
Octal 206 65 12 0 74 135 57 25 126 34
Binary 10000110 110101 1010 0 111100 1011101 101111 10101 1010110 11100

Color Harmonies of #86350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86350A

Black with #86350A

Text Example


Text Example

White with #86350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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