#943100

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

Shades of Saddle Brown #943100

Tints of Saddle Brown #943100

Color information

#943100 (or 0x943100) is unknown color: approx Saddle Brown. HEX triplet: 94, 31 and 00. RGB value is (148,49,0). Sum of RGB (Red+Green+Blue) = 148+49+0=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #943100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943100 is #6BCEFF. Grayscale: #494949. Windows color (decimal): -7065344 or 12692. OLE color: 12692.

HSL color Cylindrical-coordinate representation of color #943100: hue angle of 19.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #943100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB148490-
CMYK00.6710.42
HSL19.86º100%29.02%-
HSV(B)19.86º100%58.04%-
XYZ13.318.490.94-
YUV73.0186.8181.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.13%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.13%
G=24.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14849000.6710.4219.8610029.02
Hex94310043642A14641d
Octal2246100103144522414435
Binary10010100110001001000011110010010101010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943100; }

 p { color: rgb(148,49,0); }

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

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

 a { background-color: rgb(148,49,0); }

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

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

 span { border-color: rgb(148,49,0); }

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