Html Css Color HEX #8D3503 Saddle Brown

📋 copy color: '#8D3503'

red 141 ◦ green 53 ◦ blue 3

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

Shades of Saddle Brown #8D3503

Tints of Saddle Brown #8D3503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 71.57%
G = 26.9%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8D3503 (or 0x8D3503) is known color: Saddle Brown. HEX triplet: 8D, 35 and 03. RGB value is (141,53,3). Sum of RGB (Red+Green+Blue) = 141+53+3=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3503 is #72CAFC. Grayscale: #494949. Windows color (decimal): -7523069 or 210317. OLE color: 210317.

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

Color convert

RGB 141 53 3 -
CMYK 0 0.62 0.98 0.45
HSL 21.74º 0.96% 0.28% -
HSV(B) 21.74º 0.98% 0.55% -
XYZ 12.27 8.22 1.02 -
YUV 73.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 141 53 3 0 0.62 0.98 0.45 21.74 0.96 0.28
Hex 8D 35 3 0 3E 62 2D 16 60 1C
Octal 215 65 3 0 76 142 55 26 140 34
Binary 10001101 110101 11 0 111110 1100010 101101 10110 1100000 11100

Color Harmonies of #8D3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3503

Black with #8D3503

Text Example


Text Example

White with #8D3503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,53,3); }

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

background-color css

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

 a { background-color: rgb(141,53,3); }

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

border-color css

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

 span { border-color: rgb(141,53,3); }

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