Html Css Color HEX #8F340C Saddle Brown

📋 copy color: '#8F340C'

red 143 ◦ green 52 ◦ blue 12

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

Shades of Saddle Brown #8F340C

Tints of Saddle Brown #8F340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 69.08%
G = 25.12%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F340C (or 0x8F340C) is known color: 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

RGB 143 52 12 -
CMYK 0 0.64 0.92 0.44
HSL 18.32º 0.85% 0.3% -
HSV(B) 18.32º 0.92% 0.56% -
XYZ 12.62 8.32 1.29 -
YUV 74.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 143 52 12 0 0.64 0.92 0.44 18.32 0.85 0.3
Hex 8F 34 C 0 40 5C 2C 12 55 1E
Octal 217 64 14 0 100 134 54 22 125 36
Binary 10001111 110100 1100 0 1000000 1011100 101100 10010 1010101 11110

Color Harmonies of #8F340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F340C

Black with #8F340C

Text Example


Text Example

White with #8F340C

Text Example


Text Example

HTML Codes & Css Web 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>