Html Css Color HEX #8E451A Saddle Brown

📋 copy color: '#8E451A'

red 142 ◦ green 69 ◦ blue 26

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

Shades of Saddle Brown #8E451A

Tints of Saddle Brown #8E451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 59.92%
G = 29.11%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E451A (or 0x8E451A) is known color: Saddle Brown. HEX triplet: 8E, 45 and 1A. RGB value is (142,69,26). Sum of RGB (Red+Green+Blue) = 142+69+26=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E451A is #71BAE5. Grayscale: #565656. Windows color (decimal): -7453414 or 1721742. OLE color: 1721742.

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

Color convert

RGB 142 69 26 -
CMYK 0 0.51 0.82 0.44
HSL 22.24º 0.69% 0.33% -
HSV(B) 22.24º 0.82% 0.56% -
XYZ 13.47 10.08 2.21 -
YUV 85.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 142 69 26 0 0.51 0.82 0.44 22.24 0.69 0.33
Hex 8E 45 1A 0 33 52 2C 16 45 21
Octal 216 105 32 0 63 122 54 26 105 41
Binary 10001110 1000101 11010 0 110011 1010010 101100 10110 1000101 100001

Color Harmonies of #8E451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E451A

Black with #8E451A

Text Example


Text Example

White with #8E451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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