#945300

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

Shades of Saddle Brown #945300

Tints of Saddle Brown #945300

Color information

#945300 (or 0x945300) is unknown color: approx Saddle Brown. HEX triplet: 94, 53 and 00. RGB value is (148,83,0). Sum of RGB (Red+Green+Blue) = 148+83+0=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #945300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945300 is #6BACFF. Grayscale: #5D5D5D. Windows color (decimal): -7056640 or 21396. OLE color: 21396.

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

Color convert

RGB148830-
CMYK00.4410.42
HSL33.65º100%29.02%-
HSV(B)33.65º100%58.04%-
XYZ15.3112.481.6-
YUV92.9775.53167.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.07%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.07%
G=35.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14883000.4410.4233.6510029.02
Hex9453002C642A22641d
Octal2241230054144524214435
Binary100101001010011001011001100100101010100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945300; }

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

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

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

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

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

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

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

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