#933300

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

Shades of Saddle Brown #933300

Tints of Saddle Brown #933300

Color information

#933300 (or 0x933300) is unknown color: approx Saddle Brown. HEX triplet: 93, 33 and 00. RGB value is (147,51,0). Sum of RGB (Red+Green+Blue) = 147+51+0=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #933300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933300 is #6CCCFF. Grayscale: #4A4A4A. Windows color (decimal): -7130368 or 13203. OLE color: 13203.

HSL color Cylindrical-coordinate representation of color #933300: hue angle of 20.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #933300 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB147510-
CMYK00.6510.42
HSL20.82º100%28.82%-
HSV(B)20.82º100%57.65%-
XYZ13.228.570.96-
YUV73.8986.3180.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.24%
G=25.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14751000.6510.4220.8210028.82
Hex93330041642A15641d
Octal2236300101144522514435
Binary10010011110011001000001110010010101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933300; }

 p { color: rgb(147,51,0); }

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

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

 a { background-color: rgb(147,51,0); }

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

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

 span { border-color: rgb(147,51,0); }

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