Html Css Color HEX #865015 Saddle Brown

📋 copy color: '#865015'

red 134 ◦ green 80 ◦ blue 21

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

Shades of Saddle Brown #865015

Tints of Saddle Brown #865015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 57.02%
G = 34.04%
B = 8.94%

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

#865015 (or 0x865015) is known color: Saddle Brown. HEX triplet: 86, 50 and 15. RGB value is (134,80,21). Sum of RGB (Red+Green+Blue) = 134+80+21=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #865015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865015 is #79AFEA. Grayscale: #595959. Windows color (decimal): -7974891 or 1396870. OLE color: 1396870.

HSL color Cylindrical-coordinate representation of color #865015: hue angle of 31.33º 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 #865015 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 21 -
CMYK 0 0.40 0.84 0.47
HSL 31.33º 0.73% 0.3% -
HSV(B) 31.33º 0.84% 0.53% -
XYZ 12.84 10.86 2.13 -
YUV 89.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 134 80 21 0 0.40 0.84 0.47 31.33 0.73 0.3
Hex 86 50 15 0 28 54 2F 1F 49 1E
Octal 206 120 25 0 50 124 57 37 111 36
Binary 10000110 1010000 10101 0 101000 1010100 101111 11111 1001001 11110

Color Harmonies of #865015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865015

Black with #865015

Text Example


Text Example

White with #865015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865015; }

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

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

background-color css

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

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

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

border-color css

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

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

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