Html Css Color HEX #8D4118 Saddle Brown

📋 copy color: '#8D4118'

red 141 ◦ green 65 ◦ blue 24

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

Shades of Saddle Brown #8D4118

Tints of Saddle Brown #8D4118

RGB

 RED value IS 141 (55.47% from 255) = 61.3%

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 61.3%
G = 28.26%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8D4118 (or 0x8D4118) is known color: Saddle Brown. HEX triplet: 8D, 41 and 18. RGB value is (141,65,24). Sum of RGB (Red+Green+Blue) = 141+65+24=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4118 is #72BEE7. Grayscale: #535353. Windows color (decimal): -7519976 or 1589645. OLE color: 1589645.

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

Color convert

RGB 141 65 24 -
CMYK 0 0.54 0.83 0.45
HSL 21.03º 0.71% 0.32% -
HSV(B) 21.03º 0.83% 0.55% -
XYZ 13.04 9.51 2.01 -
YUV 83.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 141 65 24 0 0.54 0.83 0.45 21.03 0.71 0.32
Hex 8D 41 18 0 36 53 2D 15 47 20
Octal 215 101 30 0 66 123 55 25 107 40
Binary 10001101 1000001 11000 0 110110 1010011 101101 10101 1000111 100000

Color Harmonies of #8D4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4118

Black with #8D4118

Text Example


Text Example

White with #8D4118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,65,24); }

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

background-color css

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

 a { background-color: rgb(141,65,24); }

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

border-color css

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

 span { border-color: rgb(141,65,24); }

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