Html Css Color HEX #8D360E Saddle Brown

📋 copy color: '#8D360E'

red 141 ◦ green 54 ◦ blue 14

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

Shades of Saddle Brown #8D360E

Tints of Saddle Brown #8D360E

RGB

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

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

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

R = 67.46%
G = 25.84%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D360E (or 0x8D360E) is known color: Saddle Brown. HEX triplet: 8D, 36 and 0E. RGB value is (141,54,14). Sum of RGB (Red+Green+Blue) = 141+54+14=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D360E is #72C9F1. Grayscale: #4B4B4B. Windows color (decimal): -7522802 or 931469. OLE color: 931469.

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

Color convert

RGB 141 54 14 -
CMYK 0 0.62 0.90 0.45
HSL 18.9º 0.82% 0.3% -
HSV(B) 18.9º 0.9% 0.55% -
XYZ 12.38 8.33 1.37 -
YUV 75.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 141 54 14 0 0.62 0.90 0.45 18.9 0.82 0.3
Hex 8D 36 E 0 3E 5A 2D 13 52 1E
Octal 215 66 16 0 76 132 55 23 122 36
Binary 10001101 110110 1110 0 111110 1011010 101101 10011 1010010 11110

Color Harmonies of #8D360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D360E

Black with #8D360E

Text Example


Text Example

White with #8D360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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