Html Css Color HEX #8F4820 Saddle Brown

📋 copy color: '#8F4820'

red 143 ◦ green 72 ◦ blue 32

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

Shades of Saddle Brown #8F4820

Tints of Saddle Brown #8F4820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 57.89%
G = 29.15%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F4820 (or 0x8F4820) is known color: Saddle Brown. HEX triplet: 8F, 48 and 20. RGB value is (143,72,32). Sum of RGB (Red+Green+Blue) = 143+72+32=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4820 is #70B7DF. Grayscale: #585858. Windows color (decimal): -7387104 or 2115727. OLE color: 2115727.

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

Color convert

RGB 143 72 32 -
CMYK 0 0.50 0.78 0.44
HSL 21.62º 0.63% 0.34% -
HSV(B) 21.62º 0.78% 0.56% -
XYZ 13.91 10.58 2.68 -
YUV 88.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 143 72 32 0 0.50 0.78 0.44 21.62 0.63 0.34
Hex 8F 48 20 0 32 4E 2C 16 3F 22
Octal 217 110 40 0 62 116 54 26 77 42
Binary 10001111 1001000 100000 0 110010 1001110 101100 10110 111111 100010

Color Harmonies of #8F4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4820

Black with #8F4820

Text Example


Text Example

White with #8F4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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