Html Css Color HEX #874113 Saddle Brown

📋 copy color: '#874113'

red 135 ◦ green 65 ◦ blue 19

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

Shades of Saddle Brown #874113

Tints of Saddle Brown #874113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

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

R = 61.64%
G = 29.68%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#874113 (or 0x874113) is known color: Saddle Brown. HEX triplet: 87, 41 and 13. RGB value is (135,65,19). Sum of RGB (Red+Green+Blue) = 135+65+19=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #874113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874113 is #78BEEC. Grayscale: #505050. Windows color (decimal): -7913197 or 1261959. OLE color: 1261959.

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

Color convert

RGB 135 65 19 -
CMYK 0 0.52 0.86 0.47
HSL 23.79º 0.75% 0.3% -
HSV(B) 23.79º 0.86% 0.53% -
XYZ 12 8.98 1.72 -
YUV 80.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 135 65 19 0 0.52 0.86 0.47 23.79 0.75 0.3
Hex 87 41 13 0 34 56 2F 18 4B 1E
Octal 207 101 23 0 64 126 57 30 113 36
Binary 10000111 1000001 10011 0 110100 1010110 101111 11000 1001011 11110

Color Harmonies of #874113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874113

Black with #874113

Text Example


Text Example

White with #874113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874113; }

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

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

background-color css

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

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

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

border-color css

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

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

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