#8F340C

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

Shades of Saddle Brown #8F340C

Tints of Saddle Brown #8F340C

Color information

#8F340C (or 0x8F340C) is unknown color: approx Saddle Brown. HEX triplet: 8F, 34 and 0C. RGB value is (143,52,12). Sum of RGB (Red+Green+Blue) = 143+52+12=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F340C is #70CBF3. Grayscale: #4A4A4A. Windows color (decimal): -7392244 or 799887. OLE color: 799887.

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

Color convert

RGB1435212-
CMYK00.640.920.44
HSL18.32º84.52%30.39%-
HSV(B)18.32º91.61%56.08%-
XYZ12.628.321.29-
YUV74.6592.65176.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.08%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=69.08%
G=25.12%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143521200.640.920.4418.3284.5230.39
Hex8F34C0405C2C12551e
Octal21764140100134542212536
Binary10001111110100110001000000101110010110010010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,12); }

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

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

 a { background-color: rgb(143,52,12); }

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

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

 span { border-color: rgb(143,52,12); }

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