Html Css Color HEX #8F411A Saddle Brown

📋 copy color: '#8F411A'

red 143 ◦ green 65 ◦ blue 26

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

Shades of Saddle Brown #8F411A

Tints of Saddle Brown #8F411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 61.11%
G = 27.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F411A (or 0x8F411A) is known color: Saddle Brown. HEX triplet: 8F, 41 and 1A. RGB value is (143,65,26). Sum of RGB (Red+Green+Blue) = 143+65+26=234 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.11% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 143 - color contains mainly: red. Hex color #8F411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F411A is #70BEE5. Grayscale: #545454. Windows color (decimal): -7388902 or 1720719. OLE color: 1720719.

HSL color Cylindrical-coordinate representation of color #8F411A: hue angle of 20º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F411A is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 65 26 -
CMYK 0 0.55 0.82 0.44
HSL 20º 0.69% 0.33% -
HSV(B) 20º 0.82% 0.56% -
XYZ 13.4 9.69 2.14 -
YUV 83.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 143 65 26 0 0.55 0.82 0.44 20 0.69 0.33
Hex 8F 41 1A 0 37 52 2C 14 45 21
Octal 217 101 32 0 67 122 54 24 105 41
Binary 10001111 1000001 11010 0 110111 1010010 101100 10100 1000101 100001

Color Harmonies of #8F411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F411A

Black with #8F411A

Text Example


Text Example

White with #8F411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,65,26); }

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

background-color css

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

 a { background-color: rgb(143,65,26); }

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

border-color css

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

 span { border-color: rgb(143,65,26); }

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