#933B13

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

Shades of Saddle Brown #933B13

Tints of Saddle Brown #933B13

Color information

#933B13 (or 0x933B13) is unknown color: approx Saddle Brown. HEX triplet: 93, 3B and 13. RGB value is (147,59,19). Sum of RGB (Red+Green+Blue) = 147+59+19=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #933B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933B13 is #6CC4EC. Grayscale: #515151. Windows color (decimal): -7128301 or 1260435. OLE color: 1260435.

HSL color Cylindrical-coordinate representation of color #933B13: hue angle of 18.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #933B13 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1475919-
CMYK00.600.870.42
HSL18.75º77.11%32.55%-
HSV(B)18.75º87.07%57.65%-
XYZ13.719.381.7-
YUV80.7593.15175.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.33%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=65.33%
G=26.22%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147591900.600.870.4218.7577.1132.55
Hex933B1303C572A134d21
Octal2237323074127522311541
Binary100100111110111001101111001010111101010100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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