Html Css Color HEX #87310C Saddle Brown

📋 copy color: '#87310C'

red 135 ◦ green 49 ◦ blue 12

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

Shades of Saddle Brown #87310C

Tints of Saddle Brown #87310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 68.88%
G = 25%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87310C (or 0x87310C) is known color: Saddle Brown. HEX triplet: 87, 31 and 0C. RGB value is (135,49,12). Sum of RGB (Red+Green+Blue) = 135+49+12=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #87310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87310C is #78CEF3. Grayscale: #464646. Windows color (decimal): -7917300 or 799111. OLE color: 799111.

HSL color Cylindrical-coordinate representation of color #87310C: hue angle of 18.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87310C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 12 -
CMYK 0 0.64 0.91 0.47
HSL 18.05º 0.84% 0.29% -
HSV(B) 18.05º 0.91% 0.53% -
XYZ 11.16 7.37 1.18 -
YUV 70.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 135 49 12 0 0.64 0.91 0.47 18.05 0.84 0.29
Hex 87 31 C 0 40 5B 2F 12 54 1D
Octal 207 61 14 0 100 133 57 22 124 35
Binary 10000111 110001 1100 0 1000000 1011011 101111 10010 1010100 11101

Color Harmonies of #87310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87310C

Black with #87310C

Text Example


Text Example

White with #87310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87310C; }

 p { color: rgb(135,49,12); }

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

background-color css

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

 a { background-color: rgb(135,49,12); }

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

border-color css

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

 span { border-color: rgb(135,49,12); }

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