Html Css Color HEX #875113 Saddle Brown

📋 copy color: '#875113'

red 135 ◦ green 81 ◦ blue 19

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

Shades of Saddle Brown #875113

Tints of Saddle Brown #875113

RGB

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

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

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

R = 57.45%
G = 34.47%
B = 8.09%

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

#875113 (or 0x875113) is known color: Saddle Brown. HEX triplet: 87, 51 and 13. RGB value is (135,81,19). Sum of RGB (Red+Green+Blue) = 135+81+19=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #875113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875113 is #78AEEC. Grayscale: #5A5A5A. Windows color (decimal): -7909101 or 1266055. OLE color: 1266055.

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

Color convert

RGB 135 81 19 -
CMYK 0 0.40 0.86 0.47
HSL 32.07º 0.75% 0.3% -
HSV(B) 32.07º 0.86% 0.53% -
XYZ 13.05 11.08 2.07 -
YUV 90.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 135 81 19 0 0.40 0.86 0.47 32.07 0.75 0.3
Hex 87 51 13 0 28 56 2F 20 4B 1E
Octal 207 121 23 0 50 126 57 40 113 36
Binary 10000111 1010001 10011 0 101000 1010110 101111 100000 1001011 11110

Color Harmonies of #875113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875113

Black with #875113

Text Example


Text Example

White with #875113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875113; }

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

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

background-color css

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

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

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

border-color css

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

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

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