#933A05

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

Shades of Saddle Brown #933A05

Tints of Saddle Brown #933A05

Color information

#933A05 (or 0x933A05) is unknown color: approx Saddle Brown. HEX triplet: 93, 3A and 05. RGB value is (147,58,5). Sum of RGB (Red+Green+Blue) = 147+58+5=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #933A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933A05 is #6CC5FA. Grayscale: #4E4E4E. Windows color (decimal): -7128571 or 342675. OLE color: 342675.

HSL color Cylindrical-coordinate representation of color #933A05: hue angle of 22.39º 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 #933A05 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB147585-
CMYK00.610.970.42
HSL22.39º93.42%29.8%-
HSV(B)22.39º96.6%57.65%-
XYZ13.579.241.21-
YUV78.5786.49176.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 5 (2.34% from 255) = 2.38%
R=70%
G=27.62%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14758500.610.970.4222.3993.4229.8
Hex933A503D612A165d1e
Octal223725075141522613536
Binary100100111110101010111101110000110101010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933A05; }

 p { color: rgb(147,58,5); }

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

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

 a { background-color: rgb(147,58,5); }

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

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

 span { border-color: rgb(147,58,5); }

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