Html Css Color HEX #874705 Saddle Brown

📋 copy color: '#874705'

red 135 ◦ green 71 ◦ blue 5

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

Shades of Saddle Brown #874705

Tints of Saddle Brown #874705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.37%

R = 63.98%
G = 33.65%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#874705 (or 0x874705) is known color: Saddle Brown. HEX triplet: 87, 47 and 05. RGB value is (135,71,5). Sum of RGB (Red+Green+Blue) = 135+71+5=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #874705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874705 is #78B8FA. Grayscale: #525252. Windows color (decimal): -7911675 or 345991. OLE color: 345991.

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

Color convert

RGB 135 71 5 -
CMYK 0 0.47 0.96 0.47
HSL 30.46º 0.93% 0.27% -
HSV(B) 30.46º 0.96% 0.53% -
XYZ 12.27 9.67 1.36 -
YUV 82.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 135 71 5 0 0.47 0.96 0.47 30.46 0.93 0.27
Hex 87 47 5 0 2F 60 2F 1E 5D 1B
Octal 207 107 5 0 57 140 57 36 135 33
Binary 10000111 1000111 101 0 101111 1100000 101111 11110 1011101 11011

Color Harmonies of #874705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874705

Black with #874705

Text Example


Text Example

White with #874705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874705; }

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

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

background-color css

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

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

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

border-color css

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

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

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