Html Css Color HEX #8F4E14 Saddle Brown

📋 copy color: '#8F4E14'

red 143 ◦ green 78 ◦ blue 20

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

Shades of Saddle Brown #8F4E14

Tints of Saddle Brown #8F4E14

RGB

 RED value IS 143 (56.25% from 255) = 59.34%

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 59.34%
G = 32.37%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8F4E14 (or 0x8F4E14) is known color: Saddle Brown. HEX triplet: 8F, 4E and 14. RGB value is (143,78,20). Sum of RGB (Red+Green+Blue) = 143+78+20=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F4E14 is #70B1EB. Grayscale: #5B5B5B. Windows color (decimal): -7385580 or 1330831. OLE color: 1330831.

HSL color Cylindrical-coordinate representation of color #8F4E14: hue angle of 28.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F4E14 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 78 20 -
CMYK 0 0.45 0.86 0.44
HSL 28.29º 0.75% 0.32% -
HSV(B) 28.29º 0.86% 0.56% -
XYZ 14.18 11.34 2.1 -
YUV 90.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 143 78 20 0 0.45 0.86 0.44 28.29 0.75 0.32
Hex 8F 4E 14 0 2D 56 2C 1C 4B 20
Octal 217 116 24 0 55 126 54 34 113 40
Binary 10001111 1001110 10100 0 101101 1010110 101100 11100 1001011 100000

Color Harmonies of #8F4E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4E14

Black with #8F4E14

Text Example


Text Example

White with #8F4E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,78,20); }

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

background-color css

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

 a { background-color: rgb(143,78,20); }

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

border-color css

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

 span { border-color: rgb(143,78,20); }

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