Html Css Color HEX #8D4D1B Saddle Brown

📋 copy color: '#8D4D1B'

red 141 ◦ green 77 ◦ blue 27

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

Shades of Saddle Brown #8D4D1B

Tints of Saddle Brown #8D4D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

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

R = 57.55%
G = 31.43%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D4D1B (or 0x8D4D1B) is known color: Saddle Brown. HEX triplet: 8D, 4D and 1B. RGB value is (141,77,27). Sum of RGB (Red+Green+Blue) = 141+77+27=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4D1B is #72B2E4. Grayscale: #5A5A5A. Windows color (decimal): -7516901 or 1789325. OLE color: 1789325.

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

Color convert

RGB 141 77 27 -
CMYK 0 0.45 0.81 0.45
HSL 26.32º 0.68% 0.33% -
HSV(B) 26.32º 0.81% 0.55% -
XYZ 13.84 11.05 2.44 -
YUV 90.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 141 77 27 0 0.45 0.81 0.45 26.32 0.68 0.33
Hex 8D 4D 1B 0 2D 51 2D 1A 44 21
Octal 215 115 33 0 55 121 55 32 104 41
Binary 10001101 1001101 11011 0 101101 1010001 101101 11010 1000100 100001

Color Harmonies of #8D4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4D1B

Black with #8D4D1B

Text Example


Text Example

White with #8D4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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