Html Css Color HEX #874913 Saddle Brown

📋 copy color: '#874913'

red 135 ◦ green 73 ◦ blue 19

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

Shades of Saddle Brown #874913

Tints of Saddle Brown #874913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 59.47%
G = 32.16%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#874913 (or 0x874913) is known color: Saddle Brown. HEX triplet: 87, 49 and 13. RGB value is (135,73,19). Sum of RGB (Red+Green+Blue) = 135+73+19=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874913 is #78B6EC. Grayscale: #555555. Windows color (decimal): -7911149 or 1264007. OLE color: 1264007.

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

Color convert

RGB 135 73 19 -
CMYK 0 0.46 0.86 0.47
HSL 27.93º 0.75% 0.3% -
HSV(B) 27.93º 0.86% 0.53% -
XYZ 12.49 9.96 1.88 -
YUV 85.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 135 73 19 0 0.46 0.86 0.47 27.93 0.75 0.3
Hex 87 49 13 0 2E 56 2F 1C 4B 1E
Octal 207 111 23 0 56 126 57 34 113 36
Binary 10000111 1001001 10011 0 101110 1010110 101111 11100 1001011 11110

Color Harmonies of #874913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874913

Black with #874913

Text Example


Text Example

White with #874913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874913; }

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

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

background-color css

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

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

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

border-color css

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

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

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