Html Css Color HEX #8F360B Saddle Brown

📋 copy color: '#8F360B'

red 143 ◦ green 54 ◦ blue 11

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

Shades of Saddle Brown #8F360B

Tints of Saddle Brown #8F360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

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

R = 68.75%
G = 25.96%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F360B (or 0x8F360B) is known color: Saddle Brown. HEX triplet: 8F, 36 and 0B. RGB value is (143,54,11). Sum of RGB (Red+Green+Blue) = 143+54+11=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F360B is #70C9F4. Grayscale: #4B4B4B. Windows color (decimal): -7391733 or 734863. OLE color: 734863.

HSL color Cylindrical-coordinate representation of color #8F360B: hue angle of 19.55º 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 #8F360B is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 54 11 -
CMYK 0 0.62 0.92 0.44
HSL 19.55º 0.86% 0.3% -
HSV(B) 19.55º 0.92% 0.56% -
XYZ 12.71 8.5 1.29 -
YUV 75.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 143 54 11 0 0.62 0.92 0.44 19.55 0.86 0.3
Hex 8F 36 B 0 3E 5C 2C 14 56 1E
Octal 217 66 13 0 76 134 54 24 126 36
Binary 10001111 110110 1011 0 111110 1011100 101100 10100 1010110 11110

Color Harmonies of #8F360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F360B

Black with #8F360B

Text Example


Text Example

White with #8F360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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