#8F4F1B

Color #8F4F1B Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8F4F1B

Tints of Saddle Brown #8F4F1B

Color information

#8F4F1B (or 0x8F4F1B) is unknown color: approx Saddle Brown. HEX triplet: 8F, 4F and 1B. RGB value is (143,79,27). Sum of RGB (Red+Green+Blue) = 143+79+27=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F4F1B is #70B0E4. Grayscale: #5C5C5C. Windows color (decimal): -7385317 or 1789839. OLE color: 1789839.

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

Color convert

RGB1437927-
CMYK00.450.810.44
HSL26.9º68.24%33.33%-
HSV(B)26.9º81.12%56.08%-
XYZ14.3211.512.5-
YUV92.2191.2164.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.43%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=57.43%
G=31.73%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143792700.450.810.4426.968.2433.33
Hex8F4F1B02D512C1b4421
Octal21711733055121543310441
Binary1000111110011111101101011011010001101100110111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,79,27); }

 H1.HeaderClassName
 {
   color: #8F4F1B;
 }
 .AnyTagClassName
 {
   color: #8F4F1B;
 }
</style>
background-color css

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

 a { background-color: rgb(143,79,27); }

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

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

 span { border-color: rgb(143,79,27); }

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