#933D05

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

Shades of Saddle Brown #933D05

Tints of Saddle Brown #933D05

Color information

#933D05 (or 0x933D05) is unknown color: approx Saddle Brown. HEX triplet: 93, 3D and 05. RGB value is (147,61,5). Sum of RGB (Red+Green+Blue) = 147+61+5=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #933D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933D05 is #6CC2FA. Grayscale: #505050. Windows color (decimal): -7127803 or 343443. OLE color: 343443.

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

Color convert

RGB147615-
CMYK00.590.970.42
HSL23.66º93.42%29.8%-
HSV(B)23.66º96.6%57.65%-
XYZ13.739.551.26-
YUV80.3385.49175.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 5 (2.34% from 255) = 2.35%
R=69.01%
G=28.64%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14761500.590.970.4223.6693.4229.8
Hex933D503B612A185d1e
Octal223755073141523013536
Binary100100111111011010111011110000110101011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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