Html Css Color HEX #8C4119 Saddle Brown

📋 copy color: '#8C4119'

red 140 ◦ green 65 ◦ blue 25

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

Shades of Saddle Brown #8C4119

Tints of Saddle Brown #8C4119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.87%

R = 60.87%
G = 28.26%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C4119 (or 0x8C4119) is known color: Saddle Brown. HEX triplet: 8C, 41 and 19. RGB value is (140,65,25). Sum of RGB (Red+Green+Blue) = 140+65+25=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4119 is #73BEE6. Grayscale: #535353. Windows color (decimal): -7585511 or 1655180. OLE color: 1655180.

HSL color Cylindrical-coordinate representation of color #8C4119: hue angle of 20.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C4119 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 65 25 -
CMYK 0 0.54 0.82 0.45
HSL 20.87º 0.7% 0.32% -
HSV(B) 20.87º 0.82% 0.55% -
XYZ 12.88 9.43 2.06 -
YUV 82.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 140 65 25 0 0.54 0.82 0.45 20.87 0.7 0.32
Hex 8C 41 19 0 36 52 2D 15 46 20
Octal 214 101 31 0 66 122 55 25 106 40
Binary 10001100 1000001 11001 0 110110 1010010 101101 10101 1000110 100000

Color Harmonies of #8C4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4119

Black with #8C4119

Text Example


Text Example

White with #8C4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,65,25); }

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

background-color css

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

 a { background-color: rgb(140,65,25); }

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

border-color css

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

 span { border-color: rgb(140,65,25); }

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