#944B1D

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

Shades of Saddle Brown #944B1D

Tints of Saddle Brown #944B1D

Color information

#944B1D (or 0x944B1D) is unknown color: approx Saddle Brown. HEX triplet: 94, 4B and 1D. RGB value is (148,75,29). Sum of RGB (Red+Green+Blue) = 148+75+29=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #944B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B1D is #6BB4E2. Grayscale: #5B5B5B. Windows color (decimal): -7058659 or 1919892. OLE color: 1919892.

HSL color Cylindrical-coordinate representation of color #944B1D: hue angle of 23.19º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #944B1D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1487529-
CMYK00.490.800.42
HSL23.19º67.23%34.71%-
HSV(B)23.19º80.41%58.04%-
XYZ14.9511.422.58-
YUV91.5892.68168.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=58.73%
G=29.76%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148752900.490.800.4223.1967.2334.71
Hex944B1D031502A174323
Octal22411335061120522710343
Binary1001010010010111110101100011010000101010101111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,29); }

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

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

 a { background-color: rgb(148,75,29); }

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

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

 span { border-color: rgb(148,75,29); }

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