Html Css Color HEX #8D3206 Saddle Brown

📋 copy color: '#8D3206'

red 141 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #8D3206

Tints of Saddle Brown #8D3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 6 (2.73% from 255) = 3.05%

R = 71.57%
G = 25.38%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D3206 (or 0x8D3206) is known color: Saddle Brown. HEX triplet: 8D, 32 and 06. RGB value is (141,50,6). Sum of RGB (Red+Green+Blue) = 141+50+6=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3206 is #72CDF9. Grayscale: #484848. Windows color (decimal): -7523834 or 406157. OLE color: 406157.

HSL color Cylindrical-coordinate representation of color #8D3206: hue angle of 19.56º degrees, saturation: 0.92, 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 #8D3206 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 50 6 -
CMYK 0 0.65 0.96 0.45
HSL 19.56º 0.92% 0.29% -
HSV(B) 19.56º 0.96% 0.55% -
XYZ 12.16 7.96 1.07 -
YUV 72.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 141 50 6 0 0.65 0.96 0.45 19.56 0.92 0.29
Hex 8D 32 6 0 41 60 2D 14 5C 1D
Octal 215 62 6 0 101 140 55 24 134 35
Binary 10001101 110010 110 0 1000001 1100000 101101 10100 1011100 11101

Color Harmonies of #8D3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3206

Black with #8D3206

Text Example


Text Example

White with #8D3206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,50,6); }

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

background-color css

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

 a { background-color: rgb(141,50,6); }

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

border-color css

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

 span { border-color: rgb(141,50,6); }

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