#943400

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

Shades of Saddle Brown #943400

Tints of Saddle Brown #943400

Color information

#943400 (or 0x943400) is unknown color: approx Saddle Brown. HEX triplet: 94, 34 and 00. RGB value is (148,52,0). Sum of RGB (Red+Green+Blue) = 148+52+0=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #943400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943400 is #6BCBFF. Grayscale: #4B4B4B. Windows color (decimal): -7064576 or 13460. OLE color: 13460.

HSL color Cylindrical-coordinate representation of color #943400: hue angle of 21.08º 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 #943400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB148520-
CMYK00.6510.42
HSL21.08º100%29.02%-
HSV(B)21.08º100%58.04%-
XYZ13.448.750.98-
YUV74.7885.8180.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 0 (0.39% from 255) = 0%
R=74%
G=26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14852000.6510.4221.0810029.02
Hex94340041642A15641d
Octal2246400101144522514435
Binary10010100110100001000001110010010101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943400; }

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

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

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

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

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

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

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

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