Html Css Color HEX #8F480A Saddle Brown

📋 copy color: '#8F480A'

red 143 ◦ green 72 ◦ blue 10

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

Shades of Saddle Brown #8F480A

Tints of Saddle Brown #8F480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.44%

R = 63.56%
G = 32%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#8F480A (or 0x8F480A) is known color: Saddle Brown. HEX triplet: 8F, 48 and 0A. RGB value is (143,72,10). Sum of RGB (Red+Green+Blue) = 143+72+10=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F480A is #70B7F5. Grayscale: #565656. Windows color (decimal): -7387126 or 673935. OLE color: 673935.

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

Color convert

RGB 143 72 10 -
CMYK 0 0.50 0.93 0.44
HSL 27.97º 0.87% 0.3% -
HSV(B) 27.97º 0.93% 0.56% -
XYZ 13.7 10.5 1.59 -
YUV 86.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 143 72 10 0 0.50 0.93 0.44 27.97 0.87 0.3
Hex 8F 48 A 0 32 5D 2C 1C 57 1E
Octal 217 110 12 0 62 135 54 34 127 36
Binary 10001111 1001000 1010 0 110010 1011101 101100 11100 1010111 11110

Color Harmonies of #8F480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F480A

Black with #8F480A

Text Example


Text Example

White with #8F480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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