Html Css Color HEX #8C460F Saddle Brown

📋 copy color: '#8C460F'

red 140 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #8C460F

Tints of Saddle Brown #8C460F

RGB

 RED value IS 140 (55.08% from 255) = 62.22%

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 62.22%
G = 31.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C460F (or 0x8C460F) is known color: Saddle Brown. HEX triplet: 8C, 46 and 0F. RGB value is (140,70,15). Sum of RGB (Red+Green+Blue) = 140+70+15=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C460F is #73B9F0. Grayscale: #545454. Windows color (decimal): -7584241 or 1001100. OLE color: 1001100.

HSL color Cylindrical-coordinate representation of color #8C460F: hue angle of 26.4º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C460F is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 70 15 -
CMYK 0 0.50 0.89 0.45
HSL 26.4º 0.81% 0.3% -
HSV(B) 26.4º 0.89% 0.55% -
XYZ 13.09 9.99 1.69 -
YUV 84.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 140 70 15 0 0.50 0.89 0.45 26.4 0.81 0.3
Hex 8C 46 F 0 32 59 2D 1A 51 1E
Octal 214 106 17 0 62 131 55 32 121 36
Binary 10001100 1000110 1111 0 110010 1011001 101101 11010 1010001 11110

Color Harmonies of #8C460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C460F

Black with #8C460F

Text Example


Text Example

White with #8C460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,70,15); }

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

background-color css

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

 a { background-color: rgb(140,70,15); }

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

border-color css

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

 span { border-color: rgb(140,70,15); }

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