Html Css Color HEX #8F4E16 Saddle Brown

📋 copy color: '#8F4E16'

red 143 ◦ green 78 ◦ blue 22

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

Shades of Saddle Brown #8F4E16

Tints of Saddle Brown #8F4E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 58.85%
G = 32.1%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F4E16 (or 0x8F4E16) is known color: Saddle Brown. HEX triplet: 8F, 4E and 16. RGB value is (143,78,22). Sum of RGB (Red+Green+Blue) = 143+78+22=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F4E16 is #70B1E9. Grayscale: #5B5B5B. Windows color (decimal): -7385578 or 1461903. OLE color: 1461903.

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

Color convert

RGB 143 78 22 -
CMYK 0 0.45 0.85 0.44
HSL 27.77º 0.73% 0.32% -
HSV(B) 27.77º 0.85% 0.56% -
XYZ 14.2 11.35 2.2 -
YUV 91.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 143 78 22 0 0.45 0.85 0.44 27.77 0.73 0.32
Hex 8F 4E 16 0 2D 55 2C 1C 49 20
Octal 217 116 26 0 55 125 54 34 111 40
Binary 10001111 1001110 10110 0 101101 1010101 101100 11100 1001001 100000

Color Harmonies of #8F4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4E16

Black with #8F4E16

Text Example


Text Example

White with #8F4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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