Html Css Color HEX #8F4901 Saddle Brown

📋 copy color: '#8F4901'

red 143 ◦ green 73 ◦ blue 1

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

Shades of Saddle Brown #8F4901

Tints of Saddle Brown #8F4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 65.9%
G = 33.64%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F4901 (or 0x8F4901) is known color: Saddle Brown. HEX triplet: 8F, 49 and 01. RGB value is (143,73,1). Sum of RGB (Red+Green+Blue) = 143+73+1=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4901 is #70B6FE. Grayscale: #565656. Windows color (decimal): -7386879 or 84367. OLE color: 84367.

HSL color Cylindrical-coordinate representation of color #8F4901: hue angle of 30.42º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F4901 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 73 1 -
CMYK 0 0.49 0.99 0.44
HSL 30.42º 0.99% 0.28% -
HSV(B) 30.42º 0.99% 0.56% -
XYZ 13.72 10.61 1.35 -
YUV 85.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 143 73 1 0 0.49 0.99 0.44 30.42 0.99 0.28
Hex 8F 49 1 0 31 63 2C 1E 63 1C
Octal 217 111 1 0 61 143 54 36 143 34
Binary 10001111 1001001 1 0 110001 1100011 101100 11110 1100011 11100

Color Harmonies of #8F4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4901

Black with #8F4901

Text Example


Text Example

White with #8F4901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,1); }

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

background-color css

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

 a { background-color: rgb(143,73,1); }

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

border-color css

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

 span { border-color: rgb(143,73,1); }

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