Html Css Color HEX #874718 Saddle Brown

📋 copy color: '#874718'

red 135 ◦ green 71 ◦ blue 24

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

Shades of Saddle Brown #874718

Tints of Saddle Brown #874718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 58.7%
G = 30.87%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#874718 (or 0x874718) is known color: Saddle Brown. HEX triplet: 87, 47 and 18. RGB value is (135,71,24). Sum of RGB (Red+Green+Blue) = 135+71+24=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #874718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874718 is #78B8E7. Grayscale: #555555. Windows color (decimal): -7911656 or 1591175. OLE color: 1591175.

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

Color convert

RGB 135 71 24 -
CMYK 0 0.47 0.82 0.47
HSL 25.41º 0.7% 0.31% -
HSV(B) 25.41º 0.82% 0.53% -
XYZ 12.41 9.72 2.09 -
YUV 84.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 135 71 24 0 0.47 0.82 0.47 25.41 0.7 0.31
Hex 87 47 18 0 2F 52 2F 19 46 1F
Octal 207 107 30 0 57 122 57 31 106 37
Binary 10000111 1000111 11000 0 101111 1010010 101111 11001 1000110 11111

Color Harmonies of #874718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874718

Black with #874718

Text Example


Text Example

White with #874718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874718; }

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

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

background-color css

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

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

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

border-color css

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

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

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