#8D330D

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

Shades of Saddle Brown #8D330D

Tints of Saddle Brown #8D330D

Color information

#8D330D (or 0x8D330D) is unknown color: approx Saddle Brown. HEX triplet: 8D, 33 and 0D. RGB value is (141,51,13). Sum of RGB (Red+Green+Blue) = 141+51+13=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D330D is #72CCF2. Grayscale: #494949. Windows color (decimal): -7523571 or 865165. OLE color: 865165.

HSL color Cylindrical-coordinate representation of color #8D330D: hue angle of 17.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D330D is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1415113-
CMYK00.640.910.45
HSL17.81º83.12%30.2%-
HSV(B)17.81º90.78%55.29%-
XYZ12.248.061.29-
YUV73.5893.82176.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=68.78%
G=24.88%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141511300.640.910.4517.8183.1230.2
Hex8D33D0405B2D12531e
Octal21563150100133552212336
Binary10001101110011110101000000101101110110110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,13); }

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

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

 a { background-color: rgb(141,51,13); }

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

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

 span { border-color: rgb(141,51,13); }

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