Html Css Color HEX #8D380F Saddle Brown

📋 copy color: '#8D380F'

red 141 ◦ green 56 ◦ blue 15

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

Shades of Saddle Brown #8D380F

Tints of Saddle Brown #8D380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 66.51%
G = 26.42%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D380F (or 0x8D380F) is known color: Saddle Brown. HEX triplet: 8D, 38 and 0F. RGB value is (141,56,15). Sum of RGB (Red+Green+Blue) = 141+56+15=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D380F is #72C7F0. Grayscale: #4C4C4C. Windows color (decimal): -7522289 or 997517. OLE color: 997517.

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

Color convert

RGB 141 56 15 -
CMYK 0 0.60 0.89 0.45
HSL 19.52º 0.81% 0.31% -
HSV(B) 19.52º 0.89% 0.55% -
XYZ 12.48 8.53 1.44 -
YUV 76.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 141 56 15 0 0.60 0.89 0.45 19.52 0.81 0.31
Hex 8D 38 F 0 3C 59 2D 14 51 1F
Octal 215 70 17 0 74 131 55 24 121 37
Binary 10001101 111000 1111 0 111100 1011001 101101 10100 1010001 11111

Color Harmonies of #8D380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D380F

Black with #8D380F

Text Example


Text Example

White with #8D380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,56,15); }

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

background-color css

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

 a { background-color: rgb(141,56,15); }

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

border-color css

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

 span { border-color: rgb(141,56,15); }

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