Html Css Color HEX #8D4A0D Saddle Brown

📋 copy color: '#8D4A0D'

red 141 ◦ green 74 ◦ blue 13

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

Shades of Saddle Brown #8D4A0D

Tints of Saddle Brown #8D4A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.46%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 61.84%
G = 32.46%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D4A0D (or 0x8D4A0D) is known color: Saddle Brown. HEX triplet: 8D, 4A and 0D. RGB value is (141,74,13). Sum of RGB (Red+Green+Blue) = 141+74+13=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4A0D is #72B5F2. Grayscale: #575757. Windows color (decimal): -7517683 or 871053. OLE color: 871053.

HSL color Cylindrical-coordinate representation of color #8D4A0D: hue angle of 28.59º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D4A0D is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 74 13 -
CMYK 0 0.48 0.91 0.45
HSL 28.59º 0.83% 0.3% -
HSV(B) 28.59º 0.91% 0.55% -
XYZ 13.51 10.59 1.71 -
YUV 87.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 141 74 13 0 0.48 0.91 0.45 28.59 0.83 0.3
Hex 8D 4A D 0 30 5B 2D 1D 53 1E
Octal 215 112 15 0 60 133 55 35 123 36
Binary 10001101 1001010 1101 0 110000 1011011 101101 11101 1010011 11110

Color Harmonies of #8D4A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4A0D

Black with #8D4A0D

Text Example


Text Example

White with #8D4A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,74,13); }

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

background-color css

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

 a { background-color: rgb(141,74,13); }

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

border-color css

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

 span { border-color: rgb(141,74,13); }

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