Html Css Color HEX #8D3704 Saddle Brown

📋 copy color: '#8D3704'

red 141 ◦ green 55 ◦ blue 4

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

Shades of Saddle Brown #8D3704

Tints of Saddle Brown #8D3704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 70.5%
G = 27.5%
B = 2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D3704 (or 0x8D3704) is known color: Saddle Brown. HEX triplet: 8D, 37 and 04. RGB value is (141,55,4). Sum of RGB (Red+Green+Blue) = 141+55+4=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3704 is #72C8FB. Grayscale: #4B4B4B. Windows color (decimal): -7522556 or 276365. OLE color: 276365.

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

Color convert

RGB 141 55 4 -
CMYK 0 0.61 0.97 0.45
HSL 22.34º 0.94% 0.28% -
HSV(B) 22.34º 0.97% 0.55% -
XYZ 12.37 8.4 1.08 -
YUV 74.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 141 55 4 0 0.61 0.97 0.45 22.34 0.94 0.28
Hex 8D 37 4 0 3D 61 2D 16 5E 1C
Octal 215 67 4 0 75 141 55 26 136 34
Binary 10001101 110111 100 0 111101 1100001 101101 10110 1011110 11100

Color Harmonies of #8D3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3704

Black with #8D3704

Text Example


Text Example

White with #8D3704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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