Html Css Color HEX #875513 Saddle Brown

📋 copy color: '#875513'

red 135 ◦ green 85 ◦ blue 19

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

Shades of Saddle Brown #875513

Tints of Saddle Brown #875513

RGB

 RED value IS 135 (53.13% from 255) = 56.49%

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 56.49%
G = 35.56%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#875513 (or 0x875513) is known color: Saddle Brown. HEX triplet: 87, 55 and 13. RGB value is (135,85,19). Sum of RGB (Red+Green+Blue) = 135+85+19=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875513 is #78AAEC. Grayscale: #5C5C5C. Windows color (decimal): -7908077 or 1267079. OLE color: 1267079.

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

Color convert

RGB 135 85 19 -
CMYK 0 0.37 0.86 0.47
HSL 34.14º 0.75% 0.3% -
HSV(B) 34.14º 0.86% 0.53% -
XYZ 13.36 11.69 2.17 -
YUV 92.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 135 85 19 0 0.37 0.86 0.47 34.14 0.75 0.3
Hex 87 55 13 0 25 56 2F 22 4B 1E
Octal 207 125 23 0 45 126 57 42 113 36
Binary 10000111 1010101 10011 0 100101 1010110 101111 100010 1001011 11110

Color Harmonies of #875513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875513

Black with #875513

Text Example


Text Example

White with #875513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875513; }

 p { color: rgb(135,85,19); }

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

background-color css

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

 a { background-color: rgb(135,85,19); }

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

border-color css

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

 span { border-color: rgb(135,85,19); }

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