Html Css Color HEX #874517 Saddle Brown

📋 copy color: '#874517'

red 135 ◦ green 69 ◦ blue 23

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

Shades of Saddle Brown #874517

Tints of Saddle Brown #874517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 23 (9.38% from 255) = 10.13%

R = 59.47%
G = 30.4%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#874517 (or 0x874517) is known color: Saddle Brown. HEX triplet: 87, 45 and 17. RGB value is (135,69,23). Sum of RGB (Red+Green+Blue) = 135+69+23=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874517 is #78BAE8. Grayscale: #535353. Windows color (decimal): -7912169 or 1525127. OLE color: 1525127.

HSL color Cylindrical-coordinate representation of color #874517: hue angle of 24.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #874517 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 23 -
CMYK 0 0.49 0.83 0.47
HSL 24.64º 0.71% 0.31% -
HSV(B) 24.64º 0.83% 0.53% -
XYZ 12.27 9.47 1.99 -
YUV 83.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 135 69 23 0 0.49 0.83 0.47 24.64 0.71 0.31
Hex 87 45 17 0 31 53 2F 19 47 1F
Octal 207 105 27 0 61 123 57 31 107 37
Binary 10000111 1000101 10111 0 110001 1010011 101111 11001 1000111 11111

Color Harmonies of #874517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874517

Black with #874517

Text Example


Text Example

White with #874517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874517; }

 p { color: rgb(135,69,23); }

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

background-color css

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

 a { background-color: rgb(135,69,23); }

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

border-color css

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

 span { border-color: rgb(135,69,23); }

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