Html Css Color HEX #8F5002 Saddle Brown

📋 copy color: '#8F5002'

red 143 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #8F5002

Tints of Saddle Brown #8F5002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 63.56%
G = 35.56%
B = 0.89%

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

#8F5002 (or 0x8F5002) is known color: Saddle Brown. HEX triplet: 8F, 50 and 02. RGB value is (143,80,2). Sum of RGB (Red+Green+Blue) = 143+80+2=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5002 is #70AFFD. Grayscale: #5A5A5A. Windows color (decimal): -7385086 or 151695. OLE color: 151695.

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

Color convert

RGB 143 80 2 -
CMYK 0 0.44 0.99 0.44
HSL 33.19º 0.97% 0.28% -
HSV(B) 33.19º 0.99% 0.56% -
XYZ 14.21 11.58 1.54 -
YUV 89.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 143 80 2 0 0.44 0.99 0.44 33.19 0.97 0.28
Hex 8F 50 2 0 2C 63 2C 21 61 1C
Octal 217 120 2 0 54 143 54 41 141 34
Binary 10001111 1010000 10 0 101100 1100011 101100 100001 1100001 11100

Color Harmonies of #8F5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5002

Black with #8F5002

Text Example


Text Example

White with #8F5002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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