#933B06

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

Shades of Saddle Brown #933B06

Tints of Saddle Brown #933B06

Color information

#933B06 (or 0x933B06) is unknown color: approx Saddle Brown. HEX triplet: 93, 3B and 06. RGB value is (147,59,6). Sum of RGB (Red+Green+Blue) = 147+59+6=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #933B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933B06 is #6CC4F9. Grayscale: #4F4F4F. Windows color (decimal): -7128314 or 408467. OLE color: 408467.

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

Color convert

RGB147596-
CMYK00.600.960.42
HSL22.55º92.16%30%-
HSV(B)22.55º95.92%57.65%-
XYZ13.639.341.26-
YUV79.2786.65176.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.34%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=69.34%
G=27.83%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14759600.600.960.4222.5592.1630
Hex933B603C602A175c1e
Octal223736074140522713436
Binary100100111110111100111100110000010101010111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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