#943D0A

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

Shades of Saddle Brown #943D0A

Tints of Saddle Brown #943D0A

Color information

#943D0A (or 0x943D0A) is unknown color: approx Saddle Brown. HEX triplet: 94, 3D and 0A. RGB value is (148,61,10). Sum of RGB (Red+Green+Blue) = 148+61+10=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #943D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943D0A is #6BC2F5. Grayscale: #515151. Windows color (decimal): -7062262 or 671124. OLE color: 671124.

HSL color Cylindrical-coordinate representation of color #943D0A: hue angle of 22.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #943D0A is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1486110-
CMYK00.590.930.42
HSL22.17º87.34%30.98%-
HSV(B)22.17º93.24%58.04%-
XYZ13.949.661.42-
YUV81.287.82175.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.58%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=67.58%
G=27.85%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148611000.590.930.4222.1787.3430.98
Hex943DA03B5D2A16571f
Octal2247512073135522612737
Binary1001010011110110100111011101110110101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943D0A; }

 p { color: rgb(148,61,10); }

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

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

 a { background-color: rgb(148,61,10); }

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

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

 span { border-color: rgb(148,61,10); }

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