Html Css Color HEX #8E3304 Saddle Brown

📋 copy color: '#8E3304'

red 142 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #8E3304

Tints of Saddle Brown #8E3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 72.08%
G = 25.89%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E3304 (or 0x8E3304) is known color: Saddle Brown. HEX triplet: 8E, 33 and 04. RGB value is (142,51,4). Sum of RGB (Red+Green+Blue) = 142+51+4=197 (26% of max value = 765). Red value is 142 (55.86% from 255 or 72.08% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3304 is #71CCFB. Grayscale: #494949. Windows color (decimal): -7458044 or 275342. OLE color: 275342.

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

Color convert

RGB 142 51 4 -
CMYK 0 0.64 0.97 0.44
HSL 20.43º 0.95% 0.29% -
HSV(B) 20.43º 0.97% 0.56% -
XYZ 12.36 8.13 1.03 -
YUV 72.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 142 51 4 0 0.64 0.97 0.44 20.43 0.95 0.29
Hex 8E 33 4 0 40 61 2C 14 5F 1D
Octal 216 63 4 0 100 141 54 24 137 35
Binary 10001110 110011 100 0 1000000 1100001 101100 10100 1011111 11101

Color Harmonies of #8E3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3304

Black with #8E3304

Text Example


Text Example

White with #8E3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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