Html Css Color HEX #874713 Saddle Brown

📋 copy color: '#874713'

red 135 ◦ green 71 ◦ blue 19

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

Shades of Saddle Brown #874713

Tints of Saddle Brown #874713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 60%
G = 31.56%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#874713 (or 0x874713) is known color: Saddle Brown. HEX triplet: 87, 47 and 13. RGB value is (135,71,19). Sum of RGB (Red+Green+Blue) = 135+71+19=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #874713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874713 is #78B8EC. Grayscale: #545454. Windows color (decimal): -7911661 or 1263495. OLE color: 1263495.

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

Color convert

RGB 135 71 19 -
CMYK 0 0.47 0.86 0.47
HSL 26.9º 0.75% 0.3% -
HSV(B) 26.9º 0.86% 0.53% -
XYZ 12.36 9.7 1.84 -
YUV 84.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 135 71 19 0 0.47 0.86 0.47 26.9 0.75 0.3
Hex 87 47 13 0 2F 56 2F 1B 4B 1E
Octal 207 107 23 0 57 126 57 33 113 36
Binary 10000111 1000111 10011 0 101111 1010110 101111 11011 1001011 11110

Color Harmonies of #874713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874713

Black with #874713

Text Example


Text Example

White with #874713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874713; }

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

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

background-color css

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

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

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

border-color css

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

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

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