Html Css Color HEX #8D3E04 Saddle Brown

📋 copy color: '#8D3E04'

red 141 ◦ green 62 ◦ blue 4

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

Shades of Saddle Brown #8D3E04

Tints of Saddle Brown #8D3E04

RGB

 RED value IS 141 (55.47% from 255) = 68.12%

 GREEN value IS 62 (24.61% from 255) = 29.95%

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

R = 68.12%
G = 29.95%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D3E04 (or 0x8D3E04) is known color: Saddle Brown. HEX triplet: 8D, 3E and 04. RGB value is (141,62,4). Sum of RGB (Red+Green+Blue) = 141+62+4=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3E04 is #72C1FB. Grayscale: #4F4F4F. Windows color (decimal): -7520764 or 278157. OLE color: 278157.

HSL color Cylindrical-coordinate representation of color #8D3E04: hue angle of 25.4º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D3E04 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 62 4 -
CMYK 0 0.56 0.97 0.45
HSL 25.4º 0.94% 0.28% -
HSV(B) 25.4º 0.97% 0.55% -
XYZ 12.73 9.12 1.2 -
YUV 79.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 141 62 4 0 0.56 0.97 0.45 25.4 0.94 0.28
Hex 8D 3E 4 0 38 61 2D 19 5E 1C
Octal 215 76 4 0 70 141 55 31 136 34
Binary 10001101 111110 100 0 111000 1100001 101101 11001 1011110 11100

Color Harmonies of #8D3E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3E04

Black with #8D3E04

Text Example


Text Example

White with #8D3E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,62,4); }

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

background-color css

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

 a { background-color: rgb(141,62,4); }

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

border-color css

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

 span { border-color: rgb(141,62,4); }

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