Html Css Color HEX #8D5306 Saddle Brown

📋 copy color: '#8D5306'

red 141 ◦ green 83 ◦ blue 6

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

Shades of Saddle Brown #8D5306

Tints of Saddle Brown #8D5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

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

R = 61.3%
G = 36.09%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D5306 (or 0x8D5306) is known color: Saddle Brown. HEX triplet: 8D, 53 and 06. RGB value is (141,83,6). Sum of RGB (Red+Green+Blue) = 141+83+6=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5306 is #72ACF9. Grayscale: #5B5B5B. Windows color (decimal): -7515386 or 414605. OLE color: 414605.

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

Color convert

RGB 141 83 6 -
CMYK 0 0.41 0.96 0.45
HSL 34.22º 0.92% 0.29% -
HSV(B) 34.22º 0.96% 0.55% -
XYZ 14.11 11.86 1.72 -
YUV 91.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 141 83 6 0 0.41 0.96 0.45 34.22 0.92 0.29
Hex 8D 53 6 0 29 60 2D 22 5C 1D
Octal 215 123 6 0 51 140 55 42 134 35
Binary 10001101 1010011 110 0 101001 1100000 101101 100010 1011100 11101

Color Harmonies of #8D5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5306

Black with #8D5306

Text Example


Text Example

White with #8D5306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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