Html Css Color HEX #8F500D Saddle Brown

📋 copy color: '#8F500D'

red 143 ◦ green 80 ◦ blue 13

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

Shades of Saddle Brown #8F500D

Tints of Saddle Brown #8F500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 60.59%
G = 33.9%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F500D (or 0x8F500D) is known color: Saddle Brown. HEX triplet: 8F, 50 and 0D. RGB value is (143,80,13). Sum of RGB (Red+Green+Blue) = 143+80+13=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F500D is #70AFF2. Grayscale: #5B5B5B. Windows color (decimal): -7385075 or 872591. OLE color: 872591.

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

Color convert

RGB 143 80 13 -
CMYK 0 0.44 0.91 0.44
HSL 30.92º 0.83% 0.31% -
HSV(B) 30.92º 0.91% 0.56% -
XYZ 14.27 11.61 1.87 -
YUV 91.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 143 80 13 0 0.44 0.91 0.44 30.92 0.83 0.31
Hex 8F 50 D 0 2C 5B 2C 1F 53 1F
Octal 217 120 15 0 54 133 54 37 123 37
Binary 10001111 1010000 1101 0 101100 1011011 101100 11111 1010011 11111

Color Harmonies of #8F500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F500D

Black with #8F500D

Text Example


Text Example

White with #8F500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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