Html Css Color HEX #8F4806 Saddle Brown

📋 copy color: '#8F4806'

red 143 ◦ green 72 ◦ blue 6

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

Shades of Saddle Brown #8F4806

Tints of Saddle Brown #8F4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 64.71%
G = 32.58%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8F4806 (or 0x8F4806) is known color: Saddle Brown. HEX triplet: 8F, 48 and 06. RGB value is (143,72,6). Sum of RGB (Red+Green+Blue) = 143+72+6=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4806 is #70B7F9. Grayscale: #565656. Windows color (decimal): -7387130 or 411791. OLE color: 411791.

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

Color convert

RGB 143 72 6 -
CMYK 0 0.50 0.96 0.44
HSL 28.91º 0.92% 0.29% -
HSV(B) 28.91º 0.96% 0.56% -
XYZ 13.68 10.49 1.48 -
YUV 85.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 143 72 6 0 0.50 0.96 0.44 28.91 0.92 0.29
Hex 8F 48 6 0 32 60 2C 1D 5C 1D
Octal 217 110 6 0 62 140 54 35 134 35
Binary 10001111 1001000 110 0 110010 1100000 101100 11101 1011100 11101

Color Harmonies of #8F4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4806

Black with #8F4806

Text Example


Text Example

White with #8F4806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,72,6); }

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

background-color css

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

 a { background-color: rgb(143,72,6); }

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

border-color css

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

 span { border-color: rgb(143,72,6); }

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