#934D06

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

Shades of Saddle Brown #934D06

Tints of Saddle Brown #934D06

Color information

#934D06 (or 0x934D06) is unknown color: approx Saddle Brown. HEX triplet: 93, 4D and 06. RGB value is (147,77,6). Sum of RGB (Red+Green+Blue) = 147+77+6=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #934D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934D06 is #6CB2F9. Grayscale: #5A5A5A. Windows color (decimal): -7123706 or 413075. OLE color: 413075.

HSL color Cylindrical-coordinate representation of color #934D06: hue angle of 30.21º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #934D06 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB147776-
CMYK00.480.960.42
HSL30.21º92.16%30%-
HSV(B)30.21º95.92%57.65%-
XYZ14.7211.521.62-
YUV89.8480.69168.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.91%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 6 (2.73% from 255) = 2.61%
R=63.91%
G=33.48%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14777600.480.960.4230.2192.1630
Hex934D6030602A1e5c1e
Octal2231156060140523613436
Binary1001001110011011100110000110000010101011110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934D06; }

 p { color: rgb(147,77,6); }

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

<style>
 a { background-color: #934D06; }

 a { background-color: rgb(147,77,6); }

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

<style>
 span { border-color: #934D06; }

 span { border-color: rgb(147,77,6); }

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