Html Css Color HEX #8C510F Saddle Brown

📋 copy color: '#8C510F'

red 140 ◦ green 81 ◦ blue 15

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

Shades of Saddle Brown #8C510F

Tints of Saddle Brown #8C510F

RGB

 RED value IS 140 (55.08% from 255) = 59.32%

 GREEN value IS 81 (32.03% from 255) = 34.32%

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

R = 59.32%
G = 34.32%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C510F (or 0x8C510F) is known color: Saddle Brown. HEX triplet: 8C, 51 and 0F. RGB value is (140,81,15). Sum of RGB (Red+Green+Blue) = 140+81+15=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C510F is #73AEF0. Grayscale: #5B5B5B. Windows color (decimal): -7581425 or 1003916. OLE color: 1003916.

HSL color Cylindrical-coordinate representation of color #8C510F: hue angle of 31.68º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C510F is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 81 15 -
CMYK 0 0.42 0.89 0.45
HSL 31.68º 0.81% 0.3% -
HSV(B) 31.68º 0.89% 0.55% -
XYZ 13.84 11.49 1.94 -
YUV 91.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 140 81 15 0 0.42 0.89 0.45 31.68 0.81 0.3
Hex 8C 51 F 0 2A 59 2D 20 51 1E
Octal 214 121 17 0 52 131 55 40 121 36
Binary 10001100 1010001 1111 0 101010 1011001 101101 100000 1010001 11110

Color Harmonies of #8C510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C510F

Black with #8C510F

Text Example


Text Example

White with #8C510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C510F; }

 p { color: rgb(140,81,15); }

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

background-color css

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

 a { background-color: rgb(140,81,15); }

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

border-color css

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

 span { border-color: rgb(140,81,15); }

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