#8D3C02

Color #8D3C02 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8D3C02

Tints of Saddle Brown #8D3C02

Color information

#8D3C02 (or 0x8D3C02) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3C and 02. RGB value is (141,60,2). Sum of RGB (Red+Green+Blue) = 141+60+2=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3C02 is #72C3FD. Grayscale: #4D4D4D. Windows color (decimal): -7521278 or 146573. OLE color: 146573.

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

Color convert

RGB141602-
CMYK00.570.990.45
HSL25.04º97.2%28.04%-
HSV(B)25.04º98.58%55.29%-
XYZ12.618.91.11-
YUV77.6185.34173.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=69.46%
G=29.56%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14160200.570.990.4525.0497.228.04
Hex8D3C2039632D19611c
Octal215742071143553114134
Binary10001101111100100111001110001110110111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,60,2); }

 H1.HeaderClassName
 {
   color: #8D3C02;
 }
 .AnyTagClassName
 {
   color: #8D3C02;
 }
</style>
background-color css

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

 a { background-color: rgb(141,60,2); }

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

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

 span { border-color: rgb(141,60,2); }

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