Html Css Color HEX #8F390C Saddle Brown

📋 copy color: '#8F390C'

red 143 ◦ green 57 ◦ blue 12

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

Shades of Saddle Brown #8F390C

Tints of Saddle Brown #8F390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 67.45%
G = 26.89%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F390C (or 0x8F390C) is known color: Saddle Brown. HEX triplet: 8F, 39 and 0C. RGB value is (143,57,12). Sum of RGB (Red+Green+Blue) = 143+57+12=212 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.45% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 143 - color contains mainly: red. Hex color #8F390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F390C is #70C6F3. Grayscale: #4D4D4D. Windows color (decimal): -7390964 or 801167. OLE color: 801167.

HSL color Cylindrical-coordinate representation of color #8F390C: hue angle of 20.61º 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 #8F390C is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 57 12 -
CMYK 0 0.60 0.92 0.44
HSL 20.61º 0.85% 0.3% -
HSV(B) 20.61º 0.92% 0.56% -
XYZ 12.86 8.79 1.37 -
YUV 77.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 143 57 12 0 0.60 0.92 0.44 20.61 0.85 0.3
Hex 8F 39 C 0 3C 5C 2C 15 55 1E
Octal 217 71 14 0 74 134 54 25 125 36
Binary 10001111 111001 1100 0 111100 1011100 101100 10101 1010101 11110

Color Harmonies of #8F390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F390C

Black with #8F390C

Text Example


Text Example

White with #8F390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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