Html Css Color HEX #8F460F Saddle Brown

📋 copy color: '#8F460F'

red 143 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #8F460F

Tints of Saddle Brown #8F460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.7%

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 62.72%
G = 30.7%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F460F (or 0x8F460F) is known color: Saddle Brown. HEX triplet: 8F, 46 and 0F. RGB value is (143,70,15). Sum of RGB (Red+Green+Blue) = 143+70+15=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F460F is #70B9F0. Grayscale: #555555. Windows color (decimal): -7387633 or 1001103. OLE color: 1001103.

HSL color Cylindrical-coordinate representation of color #8F460F: hue angle of 25.78º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F460F is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 70 15 -
CMYK 0 0.51 0.90 0.44
HSL 25.78º 0.81% 0.31% -
HSV(B) 25.78º 0.9% 0.56% -
XYZ 13.6 10.25 1.71 -
YUV 85.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 143 70 15 0 0.51 0.90 0.44 25.78 0.81 0.31
Hex 8F 46 F 0 33 5A 2C 1A 51 1F
Octal 217 106 17 0 63 132 54 32 121 37
Binary 10001111 1000110 1111 0 110011 1011010 101100 11010 1010001 11111

Color Harmonies of #8F460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F460F

Black with #8F460F

Text Example


Text Example

White with #8F460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,70,15); }

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

background-color css

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

 a { background-color: rgb(143,70,15); }

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

border-color css

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

 span { border-color: rgb(143,70,15); }

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