#944300

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

Shades of Saddle Brown #944300

Tints of Saddle Brown #944300

Color information

#944300 (or 0x944300) is unknown color: approx Saddle Brown. HEX triplet: 94, 43 and 00. RGB value is (148,67,0). Sum of RGB (Red+Green+Blue) = 148+67+0=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #944300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944300 is #6BBCFF. Grayscale: #535353. Windows color (decimal): -7060736 or 17300. OLE color: 17300.

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

Color convert

RGB148670-
CMYK00.5510.42
HSL27.16º100%29.02%-
HSV(B)27.16º100%58.04%-
XYZ14.2210.311.24-
YUV83.5880.84173.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.84%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.84%
G=31.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14867000.5510.4227.1610029.02
Hex94430037642A1b641d
Octal2241030067144523314435
Binary10010100100001100110111110010010101011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944300; }

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

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

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

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

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

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

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

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