Html Css Color HEX #8E360D Saddle Brown

📋 copy color: '#8E360D'

red 142 ◦ green 54 ◦ blue 13

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

Shades of Saddle Brown #8E360D

Tints of Saddle Brown #8E360D

RGB

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

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

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

R = 67.94%
G = 25.84%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E360D (or 0x8E360D) is known color: Saddle Brown. HEX triplet: 8E, 36 and 0D. RGB value is (142,54,13). Sum of RGB (Red+Green+Blue) = 142+54+13=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E360D is #71C9F2. Grayscale: #4B4B4B. Windows color (decimal): -7457267 or 865934. OLE color: 865934.

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

Color convert

RGB 142 54 13 -
CMYK 0 0.62 0.91 0.44
HSL 19.07º 0.83% 0.3% -
HSV(B) 19.07º 0.91% 0.56% -
XYZ 12.55 8.42 1.34 -
YUV 75.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 142 54 13 0 0.62 0.91 0.44 19.07 0.83 0.3
Hex 8E 36 D 0 3E 5B 2C 13 53 1E
Octal 216 66 15 0 76 133 54 23 123 36
Binary 10001110 110110 1101 0 111110 1011011 101100 10011 1010011 11110

Color Harmonies of #8E360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E360D

Black with #8E360D

Text Example


Text Example

White with #8E360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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