Html Css Color HEX #8F5001 Saddle Brown

📋 copy color: '#8F5001'

red 143 ◦ green 80 ◦ blue 1

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

Shades of Saddle Brown #8F5001

Tints of Saddle Brown #8F5001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 63.84%
G = 35.71%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F5001 (or 0x8F5001) is known color: Saddle Brown. HEX triplet: 8F, 50 and 01. RGB value is (143,80,1). Sum of RGB (Red+Green+Blue) = 143+80+1=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5001 is #70AFFE. Grayscale: #5A5A5A. Windows color (decimal): -7385087 or 86159. OLE color: 86159.

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

Color convert

RGB 143 80 1 -
CMYK 0 0.44 0.99 0.44
HSL 33.38º 0.99% 0.28% -
HSV(B) 33.38º 0.99% 0.56% -
XYZ 14.2 11.58 1.52 -
YUV 89.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 143 80 1 0 0.44 0.99 0.44 33.38 0.99 0.28
Hex 8F 50 1 0 2C 63 2C 21 63 1C
Octal 217 120 1 0 54 143 54 41 143 34
Binary 10001111 1010000 1 0 101100 1100011 101100 100001 1100011 11100

Color Harmonies of #8F5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5001

Black with #8F5001

Text Example


Text Example

White with #8F5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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