Html Css Color HEX #87340E Saddle Brown

📋 copy color: '#87340E'

red 135 ◦ green 52 ◦ blue 14

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

Shades of Saddle Brown #87340E

Tints of Saddle Brown #87340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 67.16%
G = 25.87%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87340E (or 0x87340E) is known color: Saddle Brown. HEX triplet: 87, 34 and 0E. RGB value is (135,52,14). Sum of RGB (Red+Green+Blue) = 135+52+14=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87340E is #78CBF1. Grayscale: #484848. Windows color (decimal): -7916530 or 930951. OLE color: 930951.

HSL color Cylindrical-coordinate representation of color #87340E: hue angle of 18.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87340E is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 14 -
CMYK 0 0.61 0.90 0.47
HSL 18.84º 0.81% 0.29% -
HSV(B) 18.84º 0.9% 0.53% -
XYZ 11.3 7.64 1.29 -
YUV 72.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 135 52 14 0 0.61 0.90 0.47 18.84 0.81 0.29
Hex 87 34 E 0 3D 5A 2F 13 51 1D
Octal 207 64 16 0 75 132 57 23 121 35
Binary 10000111 110100 1110 0 111101 1011010 101111 10011 1010001 11101

Color Harmonies of #87340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87340E

Black with #87340E

Text Example


Text Example

White with #87340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87340E; }

 p { color: rgb(135,52,14); }

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

background-color css

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

 a { background-color: rgb(135,52,14); }

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

border-color css

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

 span { border-color: rgb(135,52,14); }

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