Html Css Color HEX #8D511C Saddle Brown

📋 copy color: '#8D511C'

red 141 ◦ green 81 ◦ blue 28

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

Shades of Saddle Brown #8D511C

Tints of Saddle Brown #8D511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 56.4%
G = 32.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8D511C (or 0x8D511C) is known color: Saddle Brown. HEX triplet: 8D, 51 and 1C. RGB value is (141,81,28). Sum of RGB (Red+Green+Blue) = 141+81+28=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D511C is #72AEE3. Grayscale: #5D5D5D. Windows color (decimal): -7515876 or 1855885. OLE color: 1855885.

HSL color Cylindrical-coordinate representation of color #8D511C: hue angle of 28.14º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D511C is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 81 28 -
CMYK 0 0.43 0.80 0.45
HSL 28.14º 0.67% 0.33% -
HSV(B) 28.14º 0.8% 0.55% -
XYZ 14.14 11.63 2.6 -
YUV 92.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 141 81 28 0 0.43 0.80 0.45 28.14 0.67 0.33
Hex 8D 51 1C 0 2B 50 2D 1C 43 21
Octal 215 121 34 0 53 120 55 34 103 41
Binary 10001101 1010001 11100 0 101011 1010000 101101 11100 1000011 100001

Color Harmonies of #8D511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D511C

Black with #8D511C

Text Example


Text Example

White with #8D511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,81,28); }

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

background-color css

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

 a { background-color: rgb(141,81,28); }

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

border-color css

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

 span { border-color: rgb(141,81,28); }

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