Html Css Color HEX #8D380B Saddle Brown

📋 copy color: '#8D380B'

red 141 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #8D380B

Tints of Saddle Brown #8D380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 67.79%
G = 26.92%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8D380B (or 0x8D380B) is known color: Saddle Brown. HEX triplet: 8D, 38 and 0B. RGB value is (141,56,11). Sum of RGB (Red+Green+Blue) = 141+56+11=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D380B is #72C7F4. Grayscale: #4C4C4C. Windows color (decimal): -7522293 or 735373. OLE color: 735373.

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

Color convert

RGB 141 56 11 -
CMYK 0 0.60 0.92 0.45
HSL 20.77º 0.86% 0.3% -
HSV(B) 20.77º 0.92% 0.55% -
XYZ 12.46 8.52 1.3 -
YUV 76.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 141 56 11 0 0.60 0.92 0.45 20.77 0.86 0.3
Hex 8D 38 B 0 3C 5C 2D 15 56 1E
Octal 215 70 13 0 74 134 55 25 126 36
Binary 10001101 111000 1011 0 111100 1011100 101101 10101 1010110 11110

Color Harmonies of #8D380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D380B

Black with #8D380B

Text Example


Text Example

White with #8D380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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