#945315

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

Shades of Saddle Brown #945315

Tints of Saddle Brown #945315

Color information

#945315 (or 0x945315) is unknown color: approx Saddle Brown. HEX triplet: 94, 53 and 15. RGB value is (148,83,21). Sum of RGB (Red+Green+Blue) = 148+83+21=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #945315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945315 is #6BACEA. Grayscale: #5F5F5F. Windows color (decimal): -7056619 or 1397652. OLE color: 1397652.

HSL color Cylindrical-coordinate representation of color #945315: hue angle of 29.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #945315 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1488321-
CMYK00.440.860.42
HSL29.29º75.15%33.14%-
HSV(B)29.29º85.81%58.04%-
XYZ15.4412.542.32-
YUV95.3786.03165.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=58.73%
G=32.94%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148832100.440.860.4229.2975.1533.14
Hex94531502C562A1d4b21
Octal22412325054126523511341
Binary1001010010100111010101011001010110101010111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945315; }

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

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

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

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

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

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

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

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