Html Css Color HEX #8F440B Saddle Brown

📋 copy color: '#8F440B'

red 143 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #8F440B

Tints of Saddle Brown #8F440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 64.41%
G = 30.63%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F440B (or 0x8F440B) is known color: Saddle Brown. HEX triplet: 8F, 44 and 0B. RGB value is (143,68,11). Sum of RGB (Red+Green+Blue) = 143+68+11=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F440B is #70BBF4. Grayscale: #545454. Windows color (decimal): -7388149 or 738447. OLE color: 738447.

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

Color convert

RGB 143 68 11 -
CMYK 0 0.52 0.92 0.44
HSL 25.91º 0.86% 0.3% -
HSV(B) 25.91º 0.92% 0.56% -
XYZ 13.46 10 1.54 -
YUV 83.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 143 68 11 0 0.52 0.92 0.44 25.91 0.86 0.3
Hex 8F 44 B 0 34 5C 2C 1A 56 1E
Octal 217 104 13 0 64 134 54 32 126 36
Binary 10001111 1000100 1011 0 110100 1011100 101100 11010 1010110 11110

Color Harmonies of #8F440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F440B

Black with #8F440B

Text Example


Text Example

White with #8F440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,68,11); }

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

background-color css

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

 a { background-color: rgb(143,68,11); }

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

border-color css

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

 span { border-color: rgb(143,68,11); }

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