#944C15

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

Shades of Saddle Brown #944C15

Tints of Saddle Brown #944C15

Color information

#944C15 (or 0x944C15) is unknown color: approx Saddle Brown. HEX triplet: 94, 4C and 15. RGB value is (148,76,21). Sum of RGB (Red+Green+Blue) = 148+76+21=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #944C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C15 is #6BB3EA. Grayscale: #5B5B5B. Windows color (decimal): -7058411 or 1395860. OLE color: 1395860.

HSL color Cylindrical-coordinate representation of color #944C15: hue angle of 25.98º 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 #944C15 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1487621-
CMYK00.490.860.42
HSL25.98º75.15%33.14%-
HSV(B)25.98º85.81%58.04%-
XYZ14.9311.522.15-
YUV91.2688.35168.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=60.41%
G=31.02%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148762100.490.860.4225.9875.1533.14
Hex944C15031562A1a4b21
Octal22411425061126523211341
Binary1001010010011001010101100011010110101010110101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944C15; }

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

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

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

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

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

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

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

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