Html Css Color HEX #8D470D Saddle Brown

📋 copy color: '#8D470D'

red 141 ◦ green 71 ◦ blue 13

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

Shades of Saddle Brown #8D470D

Tints of Saddle Brown #8D470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 62.67%
G = 31.56%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D470D (or 0x8D470D) is known color: Saddle Brown. HEX triplet: 8D, 47 and 0D. RGB value is (141,71,13). Sum of RGB (Red+Green+Blue) = 141+71+13=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D470D is #72B8F2. Grayscale: #555555. Windows color (decimal): -7518451 or 870285. OLE color: 870285.

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

Color convert

RGB 141 71 13 -
CMYK 0 0.50 0.91 0.45
HSL 27.19º 0.83% 0.3% -
HSV(B) 27.19º 0.91% 0.55% -
XYZ 13.31 10.2 1.65 -
YUV 85.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 141 71 13 0 0.50 0.91 0.45 27.19 0.83 0.3
Hex 8D 47 D 0 32 5B 2D 1B 53 1E
Octal 215 107 15 0 62 133 55 33 123 36
Binary 10001101 1000111 1101 0 110010 1011011 101101 11011 1010011 11110

Color Harmonies of #8D470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D470D

Black with #8D470D

Text Example


Text Example

White with #8D470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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