Html Css Color HEX #8D420E Saddle Brown

📋 copy color: '#8D420E'

red 141 ◦ green 66 ◦ blue 14

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

Shades of Saddle Brown #8D420E

Tints of Saddle Brown #8D420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 63.8%
G = 29.86%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D420E (or 0x8D420E) is known color: Saddle Brown. HEX triplet: 8D, 42 and 0E. RGB value is (141,66,14). Sum of RGB (Red+Green+Blue) = 141+66+14=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D420E is #72BDF1. Grayscale: #525252. Windows color (decimal): -7519730 or 934541. OLE color: 934541.

HSL color Cylindrical-coordinate representation of color #8D420E: hue angle of 24.57º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D420E is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 66 14 -
CMYK 0 0.53 0.90 0.45
HSL 24.57º 0.82% 0.3% -
HSV(B) 24.57º 0.9% 0.55% -
XYZ 13.01 9.59 1.58 -
YUV 82.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 141 66 14 0 0.53 0.90 0.45 24.57 0.82 0.3
Hex 8D 42 E 0 35 5A 2D 19 52 1E
Octal 215 102 16 0 65 132 55 31 122 36
Binary 10001101 1000010 1110 0 110101 1011010 101101 11001 1010010 11110

Color Harmonies of #8D420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D420E

Black with #8D420E

Text Example


Text Example

White with #8D420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,66,14); }

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

background-color css

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

 a { background-color: rgb(141,66,14); }

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

border-color css

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

 span { border-color: rgb(141,66,14); }

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