Html Css Color HEX #865115 Saddle Brown

📋 copy color: '#865115'

red 134 ◦ green 81 ◦ blue 21

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

Shades of Saddle Brown #865115

Tints of Saddle Brown #865115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 56.78%
G = 34.32%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#865115 (or 0x865115) is known color: Saddle Brown. HEX triplet: 86, 51 and 15. RGB value is (134,81,21). Sum of RGB (Red+Green+Blue) = 134+81+21=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865115 is #79AEEA. Grayscale: #5A5A5A. Windows color (decimal): -7974635 or 1397126. OLE color: 1397126.

HSL color Cylindrical-coordinate representation of color #865115: hue angle of 31.86º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865115 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 81 21 -
CMYK 0 0.40 0.84 0.47
HSL 31.86º 0.73% 0.3% -
HSV(B) 31.86º 0.84% 0.53% -
XYZ 12.91 11.01 2.15 -
YUV 90.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 134 81 21 0 0.40 0.84 0.47 31.86 0.73 0.3
Hex 86 51 15 0 28 54 2F 20 49 1E
Octal 206 121 25 0 50 124 57 40 111 36
Binary 10000110 1010001 10101 0 101000 1010100 101111 100000 1001001 11110

Color Harmonies of #865115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865115

Black with #865115

Text Example


Text Example

White with #865115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865115; }

 p { color: rgb(134,81,21); }

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

background-color css

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

 a { background-color: rgb(134,81,21); }

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

border-color css

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

 span { border-color: rgb(134,81,21); }

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