Html Css Color HEX #8D4F19 Saddle Brown

📋 copy color: '#8D4F19'

red 141 ◦ green 79 ◦ blue 25

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

Shades of Saddle Brown #8D4F19

Tints of Saddle Brown #8D4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.24%

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 57.55%
G = 32.24%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D4F19 (or 0x8D4F19) is known color: Saddle Brown. HEX triplet: 8D, 4F and 19. RGB value is (141,79,25). Sum of RGB (Red+Green+Blue) = 141+79+25=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D4F19 is #72B0E6. Grayscale: #5B5B5B. Windows color (decimal): -7516391 or 1658765. OLE color: 1658765.

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

Color convert

RGB 141 79 25 -
CMYK 0 0.44 0.82 0.45
HSL 27.93º 0.7% 0.33% -
HSV(B) 27.93º 0.82% 0.55% -
XYZ 13.96 11.32 2.37 -
YUV 91.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 141 79 25 0 0.44 0.82 0.45 27.93 0.7 0.33
Hex 8D 4F 19 0 2C 52 2D 1C 46 21
Octal 215 117 31 0 54 122 55 34 106 41
Binary 10001101 1001111 11001 0 101100 1010010 101101 11100 1000110 100001

Color Harmonies of #8D4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4F19

Black with #8D4F19

Text Example


Text Example

White with #8D4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,79,25); }

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

background-color css

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

 a { background-color: rgb(141,79,25); }

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

border-color css

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

 span { border-color: rgb(141,79,25); }

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