Html Css Color HEX #8E440D Saddle Brown

📋 copy color: '#8E440D'

red 142 ◦ green 68 ◦ blue 13

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

Shades of Saddle Brown #8E440D

Tints of Saddle Brown #8E440D

RGB

 RED value IS 142 (55.86% from 255) = 63.68%

 GREEN value IS 68 (26.95% from 255) = 30.49%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 63.68%
G = 30.49%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E440D (or 0x8E440D) is known color: Saddle Brown. HEX triplet: 8E, 44 and 0D. RGB value is (142,68,13). Sum of RGB (Red+Green+Blue) = 142+68+13=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E440D is #71BBF2. Grayscale: #545454. Windows color (decimal): -7453683 or 869518. OLE color: 869518.

HSL color Cylindrical-coordinate representation of color #8E440D: hue angle of 25.58º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E440D is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 68 13 -
CMYK 0 0.52 0.91 0.44
HSL 25.58º 0.83% 0.3% -
HSV(B) 25.58º 0.91% 0.56% -
XYZ 13.3 9.91 1.59 -
YUV 83.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 142 68 13 0 0.52 0.91 0.44 25.58 0.83 0.3
Hex 8E 44 D 0 34 5B 2C 1A 53 1E
Octal 216 104 15 0 64 133 54 32 123 36
Binary 10001110 1000100 1101 0 110100 1011011 101100 11010 1010011 11110

Color Harmonies of #8E440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E440D

Black with #8E440D

Text Example


Text Example

White with #8E440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,68,13); }

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

background-color css

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

 a { background-color: rgb(142,68,13); }

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

border-color css

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

 span { border-color: rgb(142,68,13); }

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