Html Css Color HEX #87460F Saddle Brown

📋 copy color: '#87460F'

red 135 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #87460F

Tints of Saddle Brown #87460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 15 (6.25% from 255) = 6.82%

R = 61.36%
G = 31.82%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87460F (or 0x87460F) is known color: Saddle Brown. HEX triplet: 87, 46 and 0F. RGB value is (135,70,15). Sum of RGB (Red+Green+Blue) = 135+70+15=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87460F is #78B9F0. Grayscale: #535353. Windows color (decimal): -7911921 or 1001095. OLE color: 1001095.

HSL color Cylindrical-coordinate representation of color #87460F: hue angle of 27.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87460F is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 15 -
CMYK 0 0.48 0.89 0.47
HSL 27.5º 0.8% 0.29% -
HSV(B) 27.5º 0.89% 0.53% -
XYZ 12.27 9.57 1.65 -
YUV 83.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 135 70 15 0 0.48 0.89 0.47 27.5 0.8 0.29
Hex 87 46 F 0 30 59 2F 1C 50 1D
Octal 207 106 17 0 60 131 57 34 120 35
Binary 10000111 1000110 1111 0 110000 1011001 101111 11100 1010000 11101

Color Harmonies of #87460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87460F

Black with #87460F

Text Example


Text Example

White with #87460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87460F; }

 p { color: rgb(135,70,15); }

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

background-color css

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

 a { background-color: rgb(135,70,15); }

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

border-color css

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

 span { border-color: rgb(135,70,15); }

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