Html Css Color HEX #865013 Saddle Brown

📋 copy color: '#865013'

red 134 ◦ green 80 ◦ blue 19

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

Shades of Saddle Brown #865013

Tints of Saddle Brown #865013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 57.51%
G = 34.33%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#865013 (or 0x865013) is known color: Saddle Brown. HEX triplet: 86, 50 and 13. RGB value is (134,80,19). Sum of RGB (Red+Green+Blue) = 134+80+19=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #865013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865013 is #79AFEC. Grayscale: #595959. Windows color (decimal): -7974893 or 1265798. OLE color: 1265798.

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

Color convert

RGB 134 80 19 -
CMYK 0 0.40 0.86 0.47
HSL 31.83º 0.75% 0.3% -
HSV(B) 31.83º 0.86% 0.53% -
XYZ 12.82 10.85 2.04 -
YUV 89.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 134 80 19 0 0.40 0.86 0.47 31.83 0.75 0.3
Hex 86 50 13 0 28 56 2F 20 4B 1E
Octal 206 120 23 0 50 126 57 40 113 36
Binary 10000110 1010000 10011 0 101000 1010110 101111 100000 1001011 11110

Color Harmonies of #865013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865013

Black with #865013

Text Example


Text Example

White with #865013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865013; }

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

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

background-color css

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

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

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

border-color css

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

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

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