#943E05

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

Shades of Saddle Brown #943E05

Tints of Saddle Brown #943E05

Color information

#943E05 (or 0x943E05) is unknown color: approx Saddle Brown. HEX triplet: 94, 3E and 05. RGB value is (148,62,5). Sum of RGB (Red+Green+Blue) = 148+62+5=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #943E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943E05 is #6BC1FA. Grayscale: #515151. Windows color (decimal): -7062011 or 343700. OLE color: 343700.

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

Color convert

RGB148625-
CMYK00.580.970.42
HSL23.92º93.46%30%-
HSV(B)23.92º96.62%58.04%-
XYZ13.969.751.29-
YUV81.2284.99175.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.84%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=68.84%
G=28.84%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14862500.580.970.4223.9293.4630
Hex943E503A612A185d1e
Octal224765072141523013536
Binary100101001111101010111010110000110101011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,62,5); }

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

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

 a { background-color: rgb(148,62,5); }

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

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

 span { border-color: rgb(148,62,5); }

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