Html Css Color HEX #8D3805 Saddle Brown

📋 copy color: '#8D3805'

red 141 ◦ green 56 ◦ blue 5

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

Shades of Saddle Brown #8D3805

Tints of Saddle Brown #8D3805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 69.8%
G = 27.72%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D3805 (or 0x8D3805) is known color: Saddle Brown. HEX triplet: 8D, 38 and 05. RGB value is (141,56,5). Sum of RGB (Red+Green+Blue) = 141+56+5=202 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.80% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3805 is #72C7FA. Grayscale: #4B4B4B. Windows color (decimal): -7522299 or 342157. OLE color: 342157.

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

Color convert

RGB 141 56 5 -
CMYK 0 0.60 0.96 0.45
HSL 22.5º 0.93% 0.29% -
HSV(B) 22.5º 0.96% 0.55% -
XYZ 12.43 8.5 1.13 -
YUV 75.6 88.16 174.65 -
System Red Green Blue C M Y K H S L
Decimal 141 56 5 0 0.60 0.96 0.45 22.5 0.93 0.29
Hex 8D 38 5 0 3C 60 2D 16 5D 1D
Octal 215 70 5 0 74 140 55 26 135 35
Binary 10001101 111000 101 0 111100 1100000 101101 10110 1011101 11101

Color Harmonies of #8D3805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3805

Black with #8D3805

Text Example


Text Example

White with #8D3805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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