Html Css Color HEX #8E4F0D Saddle Brown

📋 copy color: '#8E4F0D'

red 142 ◦ green 79 ◦ blue 13

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

Shades of Saddle Brown #8E4F0D

Tints of Saddle Brown #8E4F0D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

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

R = 60.68%
G = 33.76%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E4F0D (or 0x8E4F0D) is known color: Saddle Brown. HEX triplet: 8E, 4F and 0D. RGB value is (142,79,13). Sum of RGB (Red+Green+Blue) = 142+79+13=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E4F0D is #71B0F2. Grayscale: #5A5A5A. Windows color (decimal): -7450867 or 872334. OLE color: 872334.

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

Color convert

RGB 142 79 13 -
CMYK 0 0.44 0.91 0.44
HSL 30.7º 0.83% 0.3% -
HSV(B) 30.7º 0.91% 0.56% -
XYZ 14.02 11.37 1.84 -
YUV 90.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 142 79 13 0 0.44 0.91 0.44 30.7 0.83 0.3
Hex 8E 4F D 0 2C 5B 2C 1F 53 1E
Octal 216 117 15 0 54 133 54 37 123 36
Binary 10001110 1001111 1101 0 101100 1011011 101100 11111 1010011 11110

Color Harmonies of #8E4F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4F0D

Black with #8E4F0D

Text Example


Text Example

White with #8E4F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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