Html Css Color HEX #8D511B Saddle Brown

📋 copy color: '#8D511B'

red 141 ◦ green 81 ◦ blue 27

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

Shades of Saddle Brown #8D511B

Tints of Saddle Brown #8D511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 56.63%
G = 32.53%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D511B (or 0x8D511B) is known color: Saddle Brown. HEX triplet: 8D, 51 and 1B. RGB value is (141,81,27). Sum of RGB (Red+Green+Blue) = 141+81+27=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D511B is #72AEE4. Grayscale: #5D5D5D. Windows color (decimal): -7515877 or 1790349. OLE color: 1790349.

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

Color convert

RGB 141 81 27 -
CMYK 0 0.43 0.81 0.45
HSL 28.42º 0.68% 0.33% -
HSV(B) 28.42º 0.81% 0.55% -
XYZ 14.12 11.63 2.54 -
YUV 92.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 141 81 27 0 0.43 0.81 0.45 28.42 0.68 0.33
Hex 8D 51 1B 0 2B 51 2D 1C 44 21
Octal 215 121 33 0 53 121 55 34 104 41
Binary 10001101 1010001 11011 0 101011 1010001 101101 11100 1000100 100001

Color Harmonies of #8D511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D511B

Black with #8D511B

Text Example


Text Example

White with #8D511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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