Html Css Color HEX #8E3205 Saddle Brown

📋 copy color: '#8E3205'

red 142 ◦ green 50 ◦ blue 5

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

Shades of Saddle Brown #8E3205

Tints of Saddle Brown #8E3205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 72.08%
G = 25.38%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E3205 (or 0x8E3205) is known color: Saddle Brown. HEX triplet: 8E, 32 and 05. RGB value is (142,50,5). Sum of RGB (Red+Green+Blue) = 142+50+5=197 (26% of max value = 765). Red value is 142 (55.86% from 255 or 72.08% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3205 is #71CDFA. Grayscale: #484848. Windows color (decimal): -7458299 or 340622. OLE color: 340622.

HSL color Cylindrical-coordinate representation of color #8E3205: hue angle of 19.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E3205 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 50 5 -
CMYK 0 0.65 0.96 0.44
HSL 19.71º 0.93% 0.29% -
HSV(B) 19.71º 0.96% 0.56% -
XYZ 12.32 8.04 1.05 -
YUV 72.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 142 50 5 0 0.65 0.96 0.44 19.71 0.93 0.29
Hex 8E 32 5 0 41 60 2C 14 5D 1D
Octal 216 62 5 0 101 140 54 24 135 35
Binary 10001110 110010 101 0 1000001 1100000 101100 10100 1011101 11101

Color Harmonies of #8E3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3205

Black with #8E3205

Text Example


Text Example

White with #8E3205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,5); }

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

background-color css

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

 a { background-color: rgb(142,50,5); }

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

border-color css

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

 span { border-color: rgb(142,50,5); }

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