Html Css Color HEX #8E401A Saddle Brown

📋 copy color: '#8E401A'

red 142 ◦ green 64 ◦ blue 26

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

Shades of Saddle Brown #8E401A

Tints of Saddle Brown #8E401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

 BLUE value IS 26 (10.55% from 255) = 11.21%

R = 61.21%
G = 27.59%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E401A (or 0x8E401A) is known color: Saddle Brown. HEX triplet: 8E, 40 and 1A. RGB value is (142,64,26). Sum of RGB (Red+Green+Blue) = 142+64+26=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E401A is #71BFE5. Grayscale: #535353. Windows color (decimal): -7454694 or 1720462. OLE color: 1720462.

HSL color Cylindrical-coordinate representation of color #8E401A: hue angle of 19.66º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E401A is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 64 26 -
CMYK 0 0.55 0.82 0.44
HSL 19.66º 0.69% 0.33% -
HSV(B) 19.66º 0.82% 0.56% -
XYZ 13.18 9.49 2.12 -
YUV 82.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 142 64 26 0 0.55 0.82 0.44 19.66 0.69 0.33
Hex 8E 40 1A 0 37 52 2C 14 45 21
Octal 216 100 32 0 67 122 54 24 105 41
Binary 10001110 1000000 11010 0 110111 1010010 101100 10100 1000101 100001

Color Harmonies of #8E401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E401A

Black with #8E401A

Text Example


Text Example

White with #8E401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,64,26); }

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

background-color css

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

 a { background-color: rgb(142,64,26); }

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

border-color css

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

 span { border-color: rgb(142,64,26); }

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