Html Css Color HEX #8E3403 Saddle Brown

📋 copy color: '#8E3403'

red 142 ◦ green 52 ◦ blue 3

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

Shades of Saddle Brown #8E3403

Tints of Saddle Brown #8E3403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 72.08%
G = 26.4%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#8E3403 (or 0x8E3403) is known color: Saddle Brown. HEX triplet: 8E, 34 and 03. RGB value is (142,52,3). Sum of RGB (Red+Green+Blue) = 142+52+3=197 (26% of max value = 765). Red value is 142 (55.86% from 255 or 72.08% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3403 is #71CBFC. Grayscale: #494949. Windows color (decimal): -7457789 or 210062. OLE color: 210062.

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

Color convert

RGB 142 52 3 -
CMYK 0 0.63 0.98 0.44
HSL 21.15º 0.96% 0.28% -
HSV(B) 21.15º 0.98% 0.56% -
XYZ 12.4 8.21 1.02 -
YUV 73.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 142 52 3 0 0.63 0.98 0.44 21.15 0.96 0.28
Hex 8E 34 3 0 3F 62 2C 15 60 1C
Octal 216 64 3 0 77 142 54 25 140 34
Binary 10001110 110100 11 0 111111 1100010 101100 10101 1100000 11100

Color Harmonies of #8E3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3403

Black with #8E3403

Text Example


Text Example

White with #8E3403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,52,3); }

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

background-color css

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

 a { background-color: rgb(142,52,3); }

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

border-color css

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

 span { border-color: rgb(142,52,3); }

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