Html Css Color HEX #8E3C04 Saddle Brown

📋 copy color: '#8E3C04'

red 142 ◦ green 60 ◦ blue 4

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

Shades of Saddle Brown #8E3C04

Tints of Saddle Brown #8E3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 68.93%
G = 29.13%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E3C04 (or 0x8E3C04) is known color: Saddle Brown. HEX triplet: 8E, 3C and 04. RGB value is (142,60,4). Sum of RGB (Red+Green+Blue) = 142+60+4=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3C04 is #71C3FB. Grayscale: #4E4E4E. Windows color (decimal): -7455740 or 277646. OLE color: 277646.

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

Color convert

RGB 142 60 4 -
CMYK 0 0.58 0.97 0.44
HSL 24.35º 0.95% 0.29% -
HSV(B) 24.35º 0.97% 0.56% -
XYZ 12.79 8.99 1.18 -
YUV 78.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 142 60 4 0 0.58 0.97 0.44 24.35 0.95 0.29
Hex 8E 3C 4 0 3A 61 2C 18 5F 1D
Octal 216 74 4 0 72 141 54 30 137 35
Binary 10001110 111100 100 0 111010 1100001 101100 11000 1011111 11101

Color Harmonies of #8E3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C04

Black with #8E3C04

Text Example


Text Example

White with #8E3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,60,4); }

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

background-color css

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

 a { background-color: rgb(142,60,4); }

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

border-color css

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

 span { border-color: rgb(142,60,4); }

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